Html Css Color HEX #B04221 Rose Of Sharon

📋 copy color: '#B04221'

red 176 ◦ green 66 ◦ blue 33

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

Shades of Rose Of Sharon #B04221

Tints of Rose Of Sharon #B04221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12%

R = 64%
G = 24%
B = 12%

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

#B04221 (or 0xB04221) is known color: Rose Of Sharon. HEX triplet: B0, 42 and 21. RGB value is (176,66,33). Sum of RGB (Red+Green+Blue) = 176+66+33=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B04221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04221 is #4FBDDE. Grayscale: #5F5F5F. Windows color (decimal): -5225951 or 2179760. OLE color: 2179760.

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

Color convert

RGB 176 66 33 -
CMYK 0 0.62 0.81 0.31
HSL 13.85º 0.68% 0.41% -
HSV(B) 13.85º 0.81% 0.69% -
XYZ 20.13 13.24 2.93 -
YUV 95.13 92.94 185.68 -
System Red Green Blue C M Y K H S L
Decimal 176 66 33 0 0.62 0.81 0.31 13.85 0.68 0.41
Hex B0 42 21 0 3E 51 1F E 44 29
Octal 260 102 41 0 76 121 37 16 104 51
Binary 10110000 1000010 100001 0 111110 1010001 11111 1110 1000100 101001

Color Harmonies of #B04221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04221

Black with #B04221

Text Example


Text Example

White with #B04221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04221; }

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

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

background-color css

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

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

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

border-color css

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

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

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