Html Css Color HEX #B96119 Christine

📋 copy color: '#B96119'

red 185 ◦ green 97 ◦ blue 25

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

Shades of Christine #B96119

Tints of Christine #B96119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.14%

R = 60.26%
G = 31.6%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B96119 (or 0xB96119) is known color: Christine. HEX triplet: B9, 61 and 19. RGB value is (185,97,25). Sum of RGB (Red+Green+Blue) = 185+97+25=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B96119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96119 is #469EE6. Grayscale: #737373. Windows color (decimal): -4628199 or 1663417. OLE color: 1663417.

HSL color Cylindrical-coordinate representation of color #B96119: hue angle of 27º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B96119 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 97 25 -
CMYK 0 0.48 0.86 0.27
HSL 27º 0.76% 0.41% -
HSV(B) 27º 0.86% 0.73% -
XYZ 24.46 18.93 3.29 -
YUV 115.1 77.15 177.85 -
System Red Green Blue C M Y K H S L
Decimal 185 97 25 0 0.48 0.86 0.27 27 0.76 0.41
Hex B9 61 19 0 30 56 1B 1B 4C 29
Octal 271 141 31 0 60 126 33 33 114 51
Binary 10111001 1100001 11001 0 110000 1010110 11011 11011 1001100 101001

Color Harmonies of #B96119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96119

Black with #B96119

Text Example


Text Example

White with #B96119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96119; }

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

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

background-color css

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

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

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

border-color css

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

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

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