Html Css Color HEX #B96617 Christine

📋 copy color: '#B96617'

red 185 ◦ green 102 ◦ blue 23

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

Shades of Christine #B96617

Tints of Christine #B96617

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.9%

 BLUE value IS 23 (9.38% from 255) = 7.42%

R = 59.68%
G = 32.9%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B96617 (or 0xB96617) is known color: Christine. HEX triplet: B9, 66 and 17. RGB value is (185,102,23). Sum of RGB (Red+Green+Blue) = 185+102+23=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B96617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96617 is #4699E8. Grayscale: #767676. Windows color (decimal): -4626921 or 1533625. OLE color: 1533625.

HSL color Cylindrical-coordinate representation of color #B96617: hue angle of 29.26º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B96617 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 102 23 -
CMYK 0 0.45 0.88 0.27
HSL 29.26º 0.78% 0.41% -
HSV(B) 29.26º 0.88% 0.73% -
XYZ 24.91 19.88 3.33 -
YUV 117.81 74.5 175.92 -
System Red Green Blue C M Y K H S L
Decimal 185 102 23 0 0.45 0.88 0.27 29.26 0.78 0.41
Hex B9 66 17 0 2D 58 1B 1D 4E 29
Octal 271 146 27 0 55 130 33 35 116 51
Binary 10111001 1100110 10111 0 101101 1011000 11011 11101 1001110 101001

Color Harmonies of #B96617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96617

Black with #B96617

Text Example


Text Example

White with #B96617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96617; }

 p { color: rgb(185,102,23); }

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

background-color css

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

 a { background-color: rgb(185,102,23); }

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

border-color css

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

 span { border-color: rgb(185,102,23); }

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