#b54726

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

Shades of Rose Of Sharon #B54726

Tints of Rose Of Sharon #B54726

Color information

#B54726 (or 0xB54726) is unknown color: approx Rose Of Sharon. HEX triplet: B5, 47 and 26. RGB value is (181,71,38). Sum of RGB (Red+Green+Blue) = 181+71+38=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B54726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54726 is #4AB8D9. Grayscale: #646464. Windows color (decimal): -4896986 or 2508725. OLE color: 2508725.

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

Color convert

RGB1817138-
CMYK00.610.790.29
HSL13.85º65.3%42.94%-
HSV(B)13.85º79.01%70.98%-
XYZ21.6614.473.49-
YUV100.1392.94185.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.41%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 38 (15.23% from 255) = 13.10%
R=62.41%
G=24.48%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181713800.610.790.2913.8565.342.94
HexB5472603D4F1De412b
Octal26510746075117351610153
Binary101101011000111100110011110110011111110111101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54726; }

 p { color: rgb(181,71,38); }

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

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

 a { background-color: rgb(181,71,38); }

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

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

 span { border-color: rgb(181,71,38); }

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