Html Css Color HEX #B05227 Rose Of Sharon

📋 copy color: '#B05227'

red 176 ◦ green 82 ◦ blue 39

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

Shades of Rose Of Sharon #B05227

Tints of Rose Of Sharon #B05227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.13%

R = 59.26%
G = 27.61%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B05227 (or 0xB05227) is known color: Rose Of Sharon. HEX triplet: B0, 52 and 27. RGB value is (176,82,39). Sum of RGB (Red+Green+Blue) = 176+82+39=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B05227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05227 is #4FADD8. Grayscale: #696969. Windows color (decimal): -5221849 or 2577072. OLE color: 2577072.

HSL color Cylindrical-coordinate representation of color #B05227: hue angle of 18.83º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B05227 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 39 -
CMYK 0 0.53 0.78 0.31
HSL 18.83º 0.64% 0.42% -
HSV(B) 18.83º 0.78% 0.69% -
XYZ 21.29 15.41 3.77 -
YUV 105.2 90.64 178.5 -
System Red Green Blue C M Y K H S L
Decimal 176 82 39 0 0.53 0.78 0.31 18.83 0.64 0.42
Hex B0 52 27 0 35 4E 1F 13 40 2A
Octal 260 122 47 0 65 116 37 23 100 52
Binary 10110000 1010010 100111 0 110101 1001110 11111 10011 1000000 101010

Color Harmonies of #B05227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05227

Black with #B05227

Text Example


Text Example

White with #B05227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05227; }

 p { color: rgb(176,82,39); }

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

background-color css

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

 a { background-color: rgb(176,82,39); }

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

border-color css

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

 span { border-color: rgb(176,82,39); }

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