Html Css Color HEX #B96215 Christine

📋 copy color: '#B96215'

red 185 ◦ green 98 ◦ blue 21

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

Shades of Christine #B96215

Tints of Christine #B96215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.24%

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

R = 60.86%
G = 32.24%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B96215 (or 0xB96215) is known color: Christine. HEX triplet: B9, 62 and 15. RGB value is (185,98,21). Sum of RGB (Red+Green+Blue) = 185+98+21=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B96215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96215 is #469DEA. Grayscale: #737373. Windows color (decimal): -4627947 or 1401529. OLE color: 1401529.

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

Color convert

RGB 185 98 21 -
CMYK 0 0.47 0.89 0.27
HSL 28.17º 0.8% 0.4% -
HSV(B) 28.17º 0.89% 0.73% -
XYZ 24.51 19.1 3.11 -
YUV 115.24 74.82 177.76 -
System Red Green Blue C M Y K H S L
Decimal 185 98 21 0 0.47 0.89 0.27 28.17 0.8 0.4
Hex B9 62 15 0 2F 59 1B 1C 50 28
Octal 271 142 25 0 57 131 33 34 120 50
Binary 10111001 1100010 10101 0 101111 1011001 11011 11100 1010000 101000

Color Harmonies of #B96215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96215

Black with #B96215

Text Example


Text Example

White with #B96215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96215; }

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

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

background-color css

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

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

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

border-color css

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

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

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