Html Css Color HEX #B05424 Rose Of Sharon

📋 copy color: '#B05424'

red 176 ◦ green 84 ◦ blue 36

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

Shades of Rose Of Sharon #B05424

Tints of Rose Of Sharon #B05424

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.38%

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

R = 59.46%
G = 28.38%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B05424 (or 0xB05424) is known color: Rose Of Sharon. HEX triplet: B0, 54 and 24. RGB value is (176,84,36). Sum of RGB (Red+Green+Blue) = 176+84+36=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B05424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05424 is #4FABDB. Grayscale: #6A6A6A. Windows color (decimal): -5221340 or 2380976. OLE color: 2380976.

HSL color Cylindrical-coordinate representation of color #B05424: hue angle of 20.57º 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 #B05424 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 36 -
CMYK 0 0.52 0.80 0.31
HSL 20.57º 0.66% 0.42% -
HSV(B) 20.57º 0.8% 0.69% -
XYZ 21.39 15.7 3.57 -
YUV 106.04 88.48 177.9 -
System Red Green Blue C M Y K H S L
Decimal 176 84 36 0 0.52 0.80 0.31 20.57 0.66 0.42
Hex B0 54 24 0 34 50 1F 15 42 2A
Octal 260 124 44 0 64 120 37 25 102 52
Binary 10110000 1010100 100100 0 110100 1010000 11111 10101 1000010 101010

Color Harmonies of #B05424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05424

Black with #B05424

Text Example


Text Example

White with #B05424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05424; }

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

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

background-color css

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

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

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

border-color css

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

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

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