#BD6A69

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

Shades of Contessa #BD6A69

Tints of Contessa #BD6A69

Color information

#BD6A69 (or 0xBD6A69) is unknown color: approx Contessa. HEX triplet: BD, 6A and 69. RGB value is (189,106,105). Sum of RGB (Red+Green+Blue) = 189+106+105=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6A69 is #429596. Grayscale: #828282. Windows color (decimal): -4363671 or 6908605. OLE color: 6908605.

HSL color Cylindrical-coordinate representation of color #BD6A69: hue angle of 0.71º 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 #BD6A69 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB189106105-
CMYK00.440.440.26
HSL0.71º38.89%57.65%-
HSV(B)0.71º44.44%74.12%-
XYZ28.6922.1516.13-
YUV130.7113.5169.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 105 (41.41% from 255) = 26.25%
R=47.25%
G=26.5%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910610500.440.440.260.7138.8957.65
HexBD6A6902C2C1A1273a
Octal275152151054543214772
Binary10111101110101011010010101100101100110101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A69; }

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

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

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

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

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

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

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

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