Html Css Color HEX #B05124 Rose Of Sharon

📋 copy color: '#B05124'

red 176 ◦ green 81 ◦ blue 36

#B05124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Of Sharon #B05124

Tints of Rose Of Sharon #B05124

RGB

 RED value IS 176 (69.14% from 255) = 60.07%

 GREEN value IS 81 (32.03% from 255) = 27.65%

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 60.07%
G = 27.65%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B05124 (or 0xB05124) is known color: Rose Of Sharon. HEX triplet: B0, 51 and 24. RGB value is (176,81,36). Sum of RGB (Red+Green+Blue) = 176+81+36=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B05124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05124 is #4FAEDB. Grayscale: #686868. Windows color (decimal): -5222108 or 2380208. OLE color: 2380208.

HSL color Cylindrical-coordinate representation of color #B05124: hue angle of 19.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B05124 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 81 36 -
CMYK 0 0.54 0.80 0.31
HSL 19.29º 0.66% 0.42% -
HSV(B) 19.29º 0.8% 0.69% -
XYZ 21.17 15.24 3.5 -
YUV 104.28 89.47 179.16 -
System Red Green Blue C M Y K H S L
Decimal 176 81 36 0 0.54 0.80 0.31 19.29 0.66 0.42
Hex B0 51 24 0 36 50 1F 13 42 2A
Octal 260 121 44 0 66 120 37 23 102 52
Binary 10110000 1010001 100100 0 110110 1010000 11111 10011 1000010 101010

Color Harmonies of #B05124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05124

Black with #B05124

Text Example


Text Example

White with #B05124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05124; }

 p { color: rgb(176,81,36); }

 H1.HeaderClassName
 {
   color: #B05124;
 }
 .AnyTagClassName
 {
   color: #B05124;
 }
</style>

background-color css

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

 a { background-color: rgb(176,81,36); }

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

border-color css

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

 span { border-color: rgb(176,81,36); }

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