#B9695B

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

Shades of Contessa #B9695B

Tints of Contessa #B9695B

Color information

#B9695B (or 0xB9695B) is unknown color: approx Contessa. HEX triplet: B9, 69 and 5B. RGB value is (185,105,91). Sum of RGB (Red+Green+Blue) = 185+105+91=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9695B is #4696A4. Grayscale: #7F7F7F. Windows color (decimal): -4626085 or 5990841. OLE color: 5990841.

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

Color convert

RGB18510591-
CMYK00.430.510.27
HSL8.94º40.17%54.12%-
HSV(B)8.94º50.81%72.55%-
XYZ26.9521.1712.56-
YUV127.32107.5169.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=48.56%
G=27.56%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851059100.430.510.278.9440.1754.12
HexB9695B02B331B92836
Octal2711511330536333115066
Binary10111001110100110110110101011110011110111001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9695B; }

 p { color: rgb(185,105,91); }

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

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

 a { background-color: rgb(185,105,91); }

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

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

 span { border-color: rgb(185,105,91); }

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