Html Css Color HEX #B36221 Christine

📋 copy color: '#B36221'

red 179 ◦ green 98 ◦ blue 33

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

Shades of Christine #B36221

Tints of Christine #B36221

RGB

 RED value IS 179 (70.31% from 255) = 57.74%

 GREEN value IS 98 (38.67% from 255) = 31.61%

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

R = 57.74%
G = 31.61%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B36221 (or 0xB36221) is known color: Christine. HEX triplet: B3, 62 and 21. RGB value is (179,98,33). Sum of RGB (Red+Green+Blue) = 179+98+33=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B36221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36221 is #4C9DDE. Grayscale: #737373. Windows color (decimal): -5021151 or 2187955. OLE color: 2187955.

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

Color convert

RGB 179 98 33 -
CMYK 0 0.45 0.82 0.30
HSL 26.71º 0.69% 0.42% -
HSV(B) 26.71º 0.82% 0.7% -
XYZ 23.23 18.43 3.77 -
YUV 114.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 179 98 33 0 0.45 0.82 0.30 26.71 0.69 0.42
Hex B3 62 21 0 2D 52 1E 1B 45 2A
Octal 263 142 41 0 55 122 36 33 105 52
Binary 10110011 1100010 100001 0 101101 1010010 11110 11011 1000101 101010

Color Harmonies of #B36221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36221

Black with #B36221

Text Example


Text Example

White with #B36221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36221; }

 p { color: rgb(179,98,33); }

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

background-color css

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

 a { background-color: rgb(179,98,33); }

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

border-color css

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

 span { border-color: rgb(179,98,33); }

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