#B64729

Color #B64729 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B64729

Tints of Rose Of Sharon #B64729

Color information

#B64729 (or 0xB64729) is unknown color: approx Rose Of Sharon. HEX triplet: B6, 47 and 29. RGB value is (182,71,41). Sum of RGB (Red+Green+Blue) = 182+71+41=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B64729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64729 is #49B8D6. Grayscale: #656565. Windows color (decimal): -4831447 or 2705334. OLE color: 2705334.

HSL color Cylindrical-coordinate representation of color #B64729: hue angle of 12.77º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B64729 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1827141-
CMYK00.610.770.29
HSL12.77º63.23%43.73%-
HSV(B)12.77º77.47%71.37%-
XYZ21.9414.613.76-
YUV100.7794.27185.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 61.90%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 41 (16.41% from 255) = 13.95%
R=61.90%
G=24.15%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182714100.610.770.2912.7763.2343.73
HexB6472903D4D1Dd3f2c
Octal2661075107511535157754
Binary10110110100011110100101111011001101111011101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64729; }

 p { color: rgb(182,71,41); }

 H1.HeaderClassName
 {
   color: #B64729;
 }
 .AnyTagClassName
 {
   color: #B64729;
 }
</style>
background-color css

<style>
 a { background-color: #B64729; }

 a { background-color: rgb(182,71,41); }

 div.DivClassName
 {
   background-color: #B64729;
 }
 .BgClassName
 {
   background-color: #B64729;
 }
</style>
border-color css

<style>
 span { border-color: #B64729; }

 span { border-color: rgb(182,71,41); }

 td.TdClassName
 {
   border-color: #B64729;
 }
 .TagClassName
 {
   border-color: #B64729;
 }
</style>