Html Css Color HEX #B96117 Christine

📋 copy color: '#B96117'

red 185 ◦ green 97 ◦ blue 23

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

Shades of Christine #B96117

Tints of Christine #B96117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.8%

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

R = 60.66%
G = 31.8%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B96117 (or 0xB96117) is known color: Christine. HEX triplet: B9, 61 and 17. RGB value is (185,97,23). Sum of RGB (Red+Green+Blue) = 185+97+23=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B96117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96117 is #469EE8. Grayscale: #737373. Windows color (decimal): -4628201 or 1532345. OLE color: 1532345.

HSL color Cylindrical-coordinate representation of color #B96117: hue angle of 27.41º 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 #B96117 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 97 23 -
CMYK 0 0.48 0.88 0.27
HSL 27.41º 0.78% 0.41% -
HSV(B) 27.41º 0.88% 0.73% -
XYZ 24.44 18.93 3.18 -
YUV 114.88 76.15 178.02 -
System Red Green Blue C M Y K H S L
Decimal 185 97 23 0 0.48 0.88 0.27 27.41 0.78 0.41
Hex B9 61 17 0 30 58 1B 1B 4E 29
Octal 271 141 27 0 60 130 33 33 116 51
Binary 10111001 1100001 10111 0 110000 1011000 11011 11011 1001110 101001

Color Harmonies of #B96117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96117

Black with #B96117

Text Example


Text Example

White with #B96117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96117; }

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

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

background-color css

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

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

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

border-color css

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

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

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