Html Css Color HEX #B55221 Rose Of Sharon

📋 copy color: '#B55221'

red 181 ◦ green 82 ◦ blue 33

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

Shades of Rose Of Sharon #B55221

Tints of Rose Of Sharon #B55221

RGB

 RED value IS 181 (71.09% from 255) = 61.15%

 GREEN value IS 82 (32.42% from 255) = 27.7%

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

R = 61.15%
G = 27.7%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B55221 (or 0xB55221) is known color: Rose Of Sharon. HEX triplet: B5, 52 and 21. RGB value is (181,82,33). Sum of RGB (Red+Green+Blue) = 181+82+33=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B55221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55221 is #4AADDE. Grayscale: #6A6A6A. Windows color (decimal): -4894175 or 2183861. OLE color: 2183861.

HSL color Cylindrical-coordinate representation of color #B55221: hue angle of 19.86º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B55221 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 82 33 -
CMYK 0 0.55 0.82 0.29
HSL 19.86º 0.69% 0.42% -
HSV(B) 19.86º 0.82% 0.71% -
XYZ 22.35 15.97 3.34 -
YUV 106.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 181 82 33 0 0.55 0.82 0.29 19.86 0.69 0.42
Hex B5 52 21 0 37 52 1D 14 45 2A
Octal 265 122 41 0 67 122 35 24 105 52
Binary 10110101 1010010 100001 0 110111 1010010 11101 10100 1000101 101010

Color Harmonies of #B55221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55221

Black with #B55221

Text Example


Text Example

White with #B55221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55221; }

 p { color: rgb(181,82,33); }

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

background-color css

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

 a { background-color: rgb(181,82,33); }

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

border-color css

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

 span { border-color: rgb(181,82,33); }

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