Html Css Color HEX #B96516 Christine

📋 copy color: '#B96516'

red 185 ◦ green 101 ◦ blue 22

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

Shades of Christine #B96516

Tints of Christine #B96516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.79%

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 60.06%
G = 32.79%
B = 7.14%

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

#B96516 (or 0xB96516) is known color: Christine. HEX triplet: B9, 65 and 16. RGB value is (185,101,22). Sum of RGB (Red+Green+Blue) = 185+101+22=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B96516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96516 is #469AE9. Grayscale: #757575. Windows color (decimal): -4627178 or 1467833. OLE color: 1467833.

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

Color convert

RGB 185 101 22 -
CMYK 0 0.45 0.88 0.27
HSL 29.08º 0.79% 0.41% -
HSV(B) 29.08º 0.88% 0.73% -
XYZ 24.81 19.68 3.25 -
YUV 117.11 74.33 176.42 -
System Red Green Blue C M Y K H S L
Decimal 185 101 22 0 0.45 0.88 0.27 29.08 0.79 0.41
Hex B9 65 16 0 2D 58 1B 1D 4F 29
Octal 271 145 26 0 55 130 33 35 117 51
Binary 10111001 1100101 10110 0 101101 1011000 11011 11101 1001111 101001

Color Harmonies of #B96516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96516

Black with #B96516

Text Example


Text Example

White with #B96516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96516; }

 p { color: rgb(185,101,22); }

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

background-color css

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

 a { background-color: rgb(185,101,22); }

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

border-color css

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

 span { border-color: rgb(185,101,22); }

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