Html Css Color HEX #B96115 Christine

📋 copy color: '#B96115'

red 185 ◦ green 97 ◦ blue 21

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

Shades of Christine #B96115

Tints of Christine #B96115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

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

R = 61.06%
G = 32.01%
B = 6.93%

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

#B96115 (or 0xB96115) is known color: Christine. HEX triplet: B9, 61 and 15. RGB value is (185,97,21). Sum of RGB (Red+Green+Blue) = 185+97+21=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B96115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96115 is #469EEA. Grayscale: #737373. Windows color (decimal): -4628203 or 1401273. OLE color: 1401273.

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

Color convert

RGB 185 97 21 -
CMYK 0 0.48 0.89 0.27
HSL 27.8º 0.8% 0.4% -
HSV(B) 27.8º 0.89% 0.73% -
XYZ 24.42 18.92 3.07 -
YUV 114.65 75.15 178.18 -
System Red Green Blue C M Y K H S L
Decimal 185 97 21 0 0.48 0.89 0.27 27.8 0.8 0.4
Hex B9 61 15 0 30 59 1B 1C 50 28
Octal 271 141 25 0 60 131 33 34 120 50
Binary 10111001 1100001 10101 0 110000 1011001 11011 11100 1010000 101000

Color Harmonies of #B96115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96115

Black with #B96115

Text Example


Text Example

White with #B96115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96115; }

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

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

background-color css

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

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

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

border-color css

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

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

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