Html Css Color HEX #B96014 Christine

📋 copy color: '#B96014'

red 185 ◦ green 96 ◦ blue 20

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

Shades of Christine #B96014

Tints of Christine #B96014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.89%

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

R = 61.46%
G = 31.89%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B96014 (or 0xB96014) is known color: Christine. HEX triplet: B9, 60 and 14. RGB value is (185,96,20). Sum of RGB (Red+Green+Blue) = 185+96+20=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B96014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96014 is #469FEB. Grayscale: #727272. Windows color (decimal): -4628460 or 1335481. OLE color: 1335481.

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

Color convert

RGB 185 96 20 -
CMYK 0 0.48 0.89 0.27
HSL 27.64º 0.8% 0.4% -
HSV(B) 27.64º 0.89% 0.73% -
XYZ 24.32 18.73 3 -
YUV 113.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 185 96 20 0 0.48 0.89 0.27 27.64 0.8 0.4
Hex B9 60 14 0 30 59 1B 1C 50 28
Octal 271 140 24 0 60 131 33 34 120 50
Binary 10111001 1100000 10100 0 110000 1011001 11011 11100 1010000 101000

Color Harmonies of #B96014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96014

Black with #B96014

Text Example


Text Example

White with #B96014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96014; }

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

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

background-color css

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

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

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

border-color css

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

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

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