#BD6B69

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

Shades of Contessa #BD6B69

Tints of Contessa #BD6B69

Color information

#BD6B69 (or 0xBD6B69) is unknown color: approx Contessa. HEX triplet: BD, 6B and 69. RGB value is (189,107,105). Sum of RGB (Red+Green+Blue) = 189+107+105=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B69 is #429496. Grayscale: #838383. Windows color (decimal): -4363415 or 6908861. OLE color: 6908861.

HSL color Cylindrical-coordinate representation of color #BD6B69: hue angle of 1.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6B69 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB189107105-
CMYK00.430.440.26
HSL1.43º38.89%57.65%-
HSV(B)1.43º44.44%74.12%-
XYZ28.7922.3516.16-
YUV131.29113.17169.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=47.13%
G=26.68%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910710500.430.440.261.4338.8957.65
HexBD6B6902B2C1A1273a
Octal275153151053543214772
Binary10111101110101111010010101011101100110101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6B69; }

 p { color: rgb(189,107,105); }

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

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

 a { background-color: rgb(189,107,105); }

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

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

 span { border-color: rgb(189,107,105); }

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