#B54828

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

Shades of Rose Of Sharon #B54828

Tints of Rose Of Sharon #B54828

Color information

#B54828 (or 0xB54828) is unknown color: approx Rose Of Sharon. HEX triplet: B5, 48 and 28. RGB value is (181,72,40). Sum of RGB (Red+Green+Blue) = 181+72+40=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B54828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54828 is #4AB7D7. Grayscale: #656565. Windows color (decimal): -4896728 or 2640053. OLE color: 2640053.

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

Color convert

RGB1817240-
CMYK00.600.780.29
HSL13.62º63.8%43.33%-
HSV(B)13.62º77.9%70.98%-
XYZ21.7614.613.68-
YUV100.9493.61185.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.77%
GREEN value IS 72 (28.52% from 255) = 24.57%
BLUE value IS 40 (16.02% from 255) = 13.65%
R=61.77%
G=24.57%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181724000.600.780.2913.6263.843.33
HexB5482803C4E1De402b
Octal26511050074116351610053
Binary101101011001000101000011110010011101110111101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54828; }

 p { color: rgb(181,72,40); }

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

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

 a { background-color: rgb(181,72,40); }

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

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

 span { border-color: rgb(181,72,40); }

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