#B9661F

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

Shades of Christine #B9661F

Tints of Christine #B9661F

Color information

#B9661F (or 0xB9661F) is unknown color: approx Christine. HEX triplet: B9, 66 and 1F. RGB value is (185,102,31). Sum of RGB (Red+Green+Blue) = 185+102+31=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B9661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9661F is #4699E0. Grayscale: #777777. Windows color (decimal): -4626913 or 2057913. OLE color: 2057913.

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

Color convert

RGB18510231-
CMYK00.450.830.27
HSL27.66º71.3%42.35%-
HSV(B)27.66º83.24%72.55%-
XYZ25.0119.923.82-
YUV118.7278.5175.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.18%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 31 (12.5% from 255) = 9.75%
R=58.18%
G=32.08%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851023100.450.830.2727.6671.342.35
HexB9661F02D531B1c472a
Octal27114637055123333410752
Binary101110011100110111110101101101001111011111001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9661F; }

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

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

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

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

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

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

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

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