Html Css Color HEX #B15222 Rose Of Sharon

📋 copy color: '#B15222'

red 177 ◦ green 82 ◦ blue 34

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

Shades of Rose Of Sharon #B15222

Tints of Rose Of Sharon #B15222

RGB

 RED value IS 177 (69.53% from 255) = 60.41%

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

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

R = 60.41%
G = 27.99%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B15222 (or 0xB15222) is known color: Rose Of Sharon. HEX triplet: B1, 52 and 22. RGB value is (177,82,34). Sum of RGB (Red+Green+Blue) = 177+82+34=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B15222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15222 is #4EADDD. Grayscale: #696969. Windows color (decimal): -5156318 or 2249393. OLE color: 2249393.

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

Color convert

RGB 177 82 34 -
CMYK 0 0.54 0.81 0.31
HSL 20.14º 0.68% 0.41% -
HSV(B) 20.14º 0.81% 0.69% -
XYZ 21.44 15.5 3.37 -
YUV 104.93 87.97 179.4 -
System Red Green Blue C M Y K H S L
Decimal 177 82 34 0 0.54 0.81 0.31 20.14 0.68 0.41
Hex B1 52 22 0 36 51 1F 14 44 29
Octal 261 122 42 0 66 121 37 24 104 51
Binary 10110001 1010010 100010 0 110110 1010001 11111 10100 1000100 101001

Color Harmonies of #B15222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15222

Black with #B15222

Text Example


Text Example

White with #B15222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15222; }

 p { color: rgb(177,82,34); }

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

background-color css

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

 a { background-color: rgb(177,82,34); }

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

border-color css

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

 span { border-color: rgb(177,82,34); }

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