#B9665D

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

Shades of Contessa #B9665D

Tints of Contessa #B9665D

Color information

#B9665D (or 0xB9665D) is unknown color: approx Contessa. HEX triplet: B9, 66 and 5D. RGB value is (185,102,93). Sum of RGB (Red+Green+Blue) = 185+102+93=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9665D is #4699A2. Grayscale: #7D7D7D. Windows color (decimal): -4626851 or 6121145. OLE color: 6121145.

HSL color Cylindrical-coordinate representation of color #B9665D: hue angle of 5.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9665D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18510293-
CMYK00.450.500.27
HSL5.87º39.66%54.51%-
HSV(B)5.87º49.73%72.55%-
XYZ26.7320.6112.92-
YUV125.79109.5170.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 93 (36.72% from 255) = 24.47%
R=48.68%
G=26.84%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851029300.450.500.275.8739.6654.51
HexB9665D02D321B62837
Octal271146135055623365067
Binary1011100111001101011101010110111001011011110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9665D; }

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

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

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

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

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

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

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

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