Html Css Color HEX #B96631 Christine

📋 copy color: '#B96631'

red 185 ◦ green 102 ◦ blue 49

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

Shades of Christine #B96631

Tints of Christine #B96631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.36%

 BLUE value IS 49 (19.53% from 255) = 14.58%

R = 55.06%
G = 30.36%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B96631 (or 0xB96631) is known color: Christine. HEX triplet: B9, 66 and 31. RGB value is (185,102,49). Sum of RGB (Red+Green+Blue) = 185+102+49=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B96631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96631 is #4699CE. Grayscale: #797979. Windows color (decimal): -4626895 or 3237561. OLE color: 3237561.

HSL color Cylindrical-coordinate representation of color #B96631: hue angle of 23.38º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B96631 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 102 49 -
CMYK 0 0.45 0.74 0.27
HSL 23.38º 0.58% 0.46% -
HSV(B) 23.38º 0.74% 0.73% -
XYZ 25.31 20.04 5.44 -
YUV 120.78 87.5 173.81 -
System Red Green Blue C M Y K H S L
Decimal 185 102 49 0 0.45 0.74 0.27 23.38 0.58 0.46
Hex B9 66 31 0 2D 4A 1B 17 3A 2E
Octal 271 146 61 0 55 112 33 27 72 56
Binary 10111001 1100110 110001 0 101101 1001010 11011 10111 111010 101110

Color Harmonies of #B96631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96631

Black with #B96631

Text Example


Text Example

White with #B96631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96631; }

 p { color: rgb(185,102,49); }

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

background-color css

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

 a { background-color: rgb(185,102,49); }

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

border-color css

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

 span { border-color: rgb(185,102,49); }

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