Html Css Color HEX #B96314 Christine

📋 copy color: '#B96314'

red 185 ◦ green 99 ◦ blue 20

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

Shades of Christine #B96314

Tints of Christine #B96314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.57%

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 60.86%
G = 32.57%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B96314 (or 0xB96314) is known color: Christine. HEX triplet: B9, 63 and 14. RGB value is (185,99,20). Sum of RGB (Red+Green+Blue) = 185+99+20=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B96314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96314 is #469CEB. Grayscale: #747474. Windows color (decimal): -4627692 or 1336249. OLE color: 1336249.

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

Color convert

RGB 185 99 20 -
CMYK 0 0.46 0.89 0.27
HSL 28.73º 0.8% 0.4% -
HSV(B) 28.73º 0.89% 0.73% -
XYZ 24.6 19.29 3.09 -
YUV 115.71 73.99 177.42 -
System Red Green Blue C M Y K H S L
Decimal 185 99 20 0 0.46 0.89 0.27 28.73 0.8 0.4
Hex B9 63 14 0 2E 59 1B 1D 50 28
Octal 271 143 24 0 56 131 33 35 120 50
Binary 10111001 1100011 10100 0 101110 1011001 11011 11101 1010000 101000

Color Harmonies of #B96314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96314

Black with #B96314

Text Example


Text Example

White with #B96314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96314; }

 p { color: rgb(185,99,20); }

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

background-color css

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

 a { background-color: rgb(185,99,20); }

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

border-color css

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

 span { border-color: rgb(185,99,20); }

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