#B96A2F

Color #B96A2F Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #B96A2F

Tints of Christine #B96A2F

Color information

#B96A2F (or 0xB96A2F) is unknown color: approx Christine. HEX triplet: B9, 6A and 2F. RGB value is (185,106,47). Sum of RGB (Red+Green+Blue) = 185+106+47=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A2F is #4695D0. Grayscale: #7B7B7B. Windows color (decimal): -4625873 or 3107513. OLE color: 3107513.

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

Color convert

RGB18510647-
CMYK00.430.750.27
HSL25.65º59.48%45.49%-
HSV(B)25.65º74.59%72.55%-
XYZ25.6720.835.36-
YUV122.985.17172.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.73%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 47 (18.75% from 255) = 13.91%
R=54.73%
G=31.36%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851064700.430.750.2725.6559.4845.49
HexB96A2F02B4B1B1a3b2d
Octal2711525705311333327355
Binary101110011101010101111010101110010111101111010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96A2F; }

 p { color: rgb(185,106,47); }

 H1.HeaderClassName
 {
   color: #B96A2F;
 }
 .AnyTagClassName
 {
   color: #B96A2F;
 }
</style>
background-color css

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

 a { background-color: rgb(185,106,47); }

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

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

 span { border-color: rgb(185,106,47); }

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