#B96B2A

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

Shades of Christine #B96B2A

Tints of Christine #B96B2A

Color information

#B96B2A (or 0xB96B2A) is unknown color: approx Christine. HEX triplet: B9, 6B and 2A. RGB value is (185,107,42). Sum of RGB (Red+Green+Blue) = 185+107+42=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96B2A is #4694D5. Grayscale: #7B7B7B. Windows color (decimal): -4625622 or 2780089. OLE color: 2780089.

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

Color convert

RGB18510742-
CMYK00.420.770.27
HSL27.27º63%44.51%-
HSV(B)27.27º77.3%72.55%-
XYZ25.68214.89-
YUV122.9182.34172.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.39%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 42 (16.80% from 255) = 12.57%
R=55.39%
G=32.04%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851074200.420.770.2727.276344.51
HexB96B2A02A4D1B1b3f2d
Octal2711535205211533337755
Binary101110011101011101010010101010011011101111011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96B2A; }

 p { color: rgb(185,107,42); }

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

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

 a { background-color: rgb(185,107,42); }

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

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

 span { border-color: rgb(185,107,42); }

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