Html Css Color HEX #B04222 Rose Of Sharon

📋 copy color: '#B04222'

red 176 ◦ green 66 ◦ blue 34

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

Shades of Rose Of Sharon #B04222

Tints of Rose Of Sharon #B04222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.91%

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 63.77%
G = 23.91%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B04222 (or 0xB04222) is known color: Rose Of Sharon. HEX triplet: B0, 42 and 22. RGB value is (176,66,34). Sum of RGB (Red+Green+Blue) = 176+66+34=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B04222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04222 is #4FBDDD. Grayscale: #5F5F5F. Windows color (decimal): -5225950 or 2245296. OLE color: 2245296.

HSL color Cylindrical-coordinate representation of color #B04222: hue angle of 13.52º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B04222 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 66 34 -
CMYK 0 0.62 0.81 0.31
HSL 13.52º 0.68% 0.41% -
HSV(B) 13.52º 0.81% 0.69% -
XYZ 20.14 13.24 3.01 -
YUV 95.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 176 66 34 0 0.62 0.81 0.31 13.52 0.68 0.41
Hex B0 42 22 0 3E 51 1F E 44 29
Octal 260 102 42 0 76 121 37 16 104 51
Binary 10110000 1000010 100010 0 111110 1010001 11111 1110 1000100 101001

Color Harmonies of #B04222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04222

Black with #B04222

Text Example


Text Example

White with #B04222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04222; }

 p { color: rgb(176,66,34); }

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

background-color css

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

 a { background-color: rgb(176,66,34); }

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

border-color css

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

 span { border-color: rgb(176,66,34); }

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