#B54C28

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

Shades of Rose Of Sharon #B54C28

Tints of Rose Of Sharon #B54C28

Color information

#B54C28 (or 0xB54C28) is unknown color: approx Rose Of Sharon. HEX triplet: B5, 4C and 28. RGB value is (181,76,40). Sum of RGB (Red+Green+Blue) = 181+76+40=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54C28 is #4AB3D7. Grayscale: #676767. Windows color (decimal): -4895704 or 2641077. OLE color: 2641077.

HSL color Cylindrical-coordinate representation of color #B54C28: hue angle of 15.32º 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 #B54C28 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1817640-
CMYK00.580.780.29
HSL15.32º63.8%43.33%-
HSV(B)15.32º77.9%70.98%-
XYZ22.0215.153.77-
YUV103.2992.29183.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 40 (16.02% from 255) = 13.47%
R=60.94%
G=25.59%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181764000.580.780.2915.3263.843.33
HexB54C2803A4E1Df402b
Octal26511450072116351710053
Binary101101011001100101000011101010011101110111111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C28; }

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

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

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

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

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

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

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

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