#B54626

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

Shades of Rose Of Sharon #B54626

Tints of Rose Of Sharon #B54626

Color information

#B54626 (or 0xB54626) is unknown color: approx Rose Of Sharon. HEX triplet: B5, 46 and 26. RGB value is (181,70,38). Sum of RGB (Red+Green+Blue) = 181+70+38=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B54626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54626 is #4AB9D9. Grayscale: #636363. Windows color (decimal): -4897242 or 2508469. OLE color: 2508469.

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

Color convert

RGB1817038-
CMYK00.610.790.29
HSL13.43º65.3%42.94%-
HSV(B)13.43º79.01%70.98%-
XYZ21.614.343.46-
YUV99.5493.27186.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.63%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=62.63%
G=24.22%
B=13.15%

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
Decimal181703800.610.790.2913.4365.342.94
HexB5462603D4F1Dd412b
Octal26510646075117351510153
Binary101101011000110100110011110110011111110111011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54626; }

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

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

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

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

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

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

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

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