Html Css Color HEX #B96015 Christine

📋 copy color: '#B96015'

red 185 ◦ green 96 ◦ blue 21

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

Shades of Christine #B96015

Tints of Christine #B96015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 61.26%
G = 31.79%
B = 6.95%

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

#B96015 (or 0xB96015) is known color: Christine. HEX triplet: B9, 60 and 15. RGB value is (185,96,21). Sum of RGB (Red+Green+Blue) = 185+96+21=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B96015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96015 is #469FEA. Grayscale: #727272. Windows color (decimal): -4628459 or 1401017. OLE color: 1401017.

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

Color convert

RGB 185 96 21 -
CMYK 0 0.48 0.89 0.27
HSL 27.44º 0.8% 0.4% -
HSV(B) 27.44º 0.89% 0.73% -
XYZ 24.33 18.73 3.04 -
YUV 114.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 185 96 21 0 0.48 0.89 0.27 27.44 0.8 0.4
Hex B9 60 15 0 30 59 1B 1B 50 28
Octal 271 140 25 0 60 131 33 33 120 50
Binary 10111001 1100000 10101 0 110000 1011001 11011 11011 1010000 101000

Color Harmonies of #B96015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96015

Black with #B96015

Text Example


Text Example

White with #B96015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96015; }

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

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

background-color css

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

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

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

border-color css

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

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

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