#B24727

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

Shades of Rose Of Sharon #B24727

Tints of Rose Of Sharon #B24727

Color information

#B24727 (or 0xB24727) is unknown color: approx Rose Of Sharon. HEX triplet: B2, 47 and 27. RGB value is (178,71,39). Sum of RGB (Red+Green+Blue) = 178+71+39=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B24727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24727 is #4DB8D8. Grayscale: #636363. Windows color (decimal): -5093593 or 2574258. OLE color: 2574258.

HSL color Cylindrical-coordinate representation of color #B24727: hue angle of 13.81º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B24727 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB1787139-
CMYK00.600.780.30
HSL13.81º64.06%42.55%-
HSV(B)13.81º78.09%69.8%-
XYZ20.9814.123.54-
YUV99.3493.95184.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.81%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 39 (15.62% from 255) = 13.54%
R=61.81%
G=24.65%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178713900.600.780.3013.8164.0642.55
HexB2472703C4E1Ee402b
Octal26210747074116361610053
Binary101100101000111100111011110010011101111011101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24727; }

 p { color: rgb(178,71,39); }

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

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

 a { background-color: rgb(178,71,39); }

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

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

 span { border-color: rgb(178,71,39); }

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