Html Css Color HEX #B96229 Christine

📋 copy color: '#B96229'

red 185 ◦ green 98 ◦ blue 41

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

Shades of Christine #B96229

Tints of Christine #B96229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.65%

R = 57.1%
G = 30.25%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B96229 (or 0xB96229) is known color: Christine. HEX triplet: B9, 62 and 29. RGB value is (185,98,41). Sum of RGB (Red+Green+Blue) = 185+98+41=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B96229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96229 is #469DD6. Grayscale: #757575. Windows color (decimal): -4627927 or 2712249. OLE color: 2712249.

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

Color convert

RGB 185 98 41 -
CMYK 0 0.47 0.78 0.27
HSL 23.75º 0.64% 0.44% -
HSV(B) 23.75º 0.78% 0.73% -
XYZ 24.78 19.21 4.5 -
YUV 117.52 84.82 176.13 -
System Red Green Blue C M Y K H S L
Decimal 185 98 41 0 0.47 0.78 0.27 23.75 0.64 0.44
Hex B9 62 29 0 2F 4E 1B 18 40 2C
Octal 271 142 51 0 57 116 33 30 100 54
Binary 10111001 1100010 101001 0 101111 1001110 11011 11000 1000000 101100

Color Harmonies of #B96229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96229

Black with #B96229

Text Example


Text Example

White with #B96229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96229; }

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

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

background-color css

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

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

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

border-color css

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

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

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