Html Css Color HEX #B96218 Christine

📋 copy color: '#B96218'

red 185 ◦ green 98 ◦ blue 24

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

Shades of Christine #B96218

Tints of Christine #B96218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.82%

R = 60.26%
G = 31.92%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B96218 (or 0xB96218) is known color: Christine. HEX triplet: B9, 62 and 18. RGB value is (185,98,24). Sum of RGB (Red+Green+Blue) = 185+98+24=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B96218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96218 is #469DE7. Grayscale: #737373. Windows color (decimal): -4627944 or 1598137. OLE color: 1598137.

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

Color convert

RGB 185 98 24 -
CMYK 0 0.47 0.87 0.27
HSL 27.58º 0.77% 0.41% -
HSV(B) 27.58º 0.87% 0.73% -
XYZ 24.54 19.12 3.26 -
YUV 115.58 76.32 177.52 -
System Red Green Blue C M Y K H S L
Decimal 185 98 24 0 0.47 0.87 0.27 27.58 0.77 0.41
Hex B9 62 18 0 2F 57 1B 1C 4D 29
Octal 271 142 30 0 57 127 33 34 115 51
Binary 10111001 1100010 11000 0 101111 1010111 11011 11100 1001101 101001

Color Harmonies of #B96218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96218

Black with #B96218

Text Example


Text Example

White with #B96218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96218; }

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

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

background-color css

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

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

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

border-color css

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

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

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