Html Css Color HEX #B96421 Christine

📋 copy color: '#B96421'

red 185 ◦ green 100 ◦ blue 33

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

Shades of Christine #B96421

Tints of Christine #B96421

RGB

 RED value IS 185 (72.66% from 255) = 58.18%

 GREEN value IS 100 (39.45% from 255) = 31.45%

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

R = 58.18%
G = 31.45%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B96421 (or 0xB96421) is known color: Christine. HEX triplet: B9, 64 and 21. RGB value is (185,100,33). Sum of RGB (Red+Green+Blue) = 185+100+33=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B96421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96421 is #469BDE. Grayscale: #767676. Windows color (decimal): -4627423 or 2188473. OLE color: 2188473.

HSL color Cylindrical-coordinate representation of color #B96421: hue angle of 26.45º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B96421 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 100 33 -
CMYK 0 0.46 0.82 0.27
HSL 26.45º 0.7% 0.43% -
HSV(B) 26.45º 0.82% 0.73% -
XYZ 24.84 19.54 3.9 -
YUV 117.78 80.16 175.95 -
System Red Green Blue C M Y K H S L
Decimal 185 100 33 0 0.46 0.82 0.27 26.45 0.7 0.43
Hex B9 64 21 0 2E 52 1B 1A 46 2B
Octal 271 144 41 0 56 122 33 32 106 53
Binary 10111001 1100100 100001 0 101110 1010010 11011 11010 1000110 101011

Color Harmonies of #B96421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96421

Black with #B96421

Text Example


Text Example

White with #B96421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96421; }

 p { color: rgb(185,100,33); }

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

background-color css

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

 a { background-color: rgb(185,100,33); }

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

border-color css

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

 span { border-color: rgb(185,100,33); }

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