#BD6B60

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

Shades of Contessa #BD6B60

Tints of Contessa #BD6B60

Color information

#BD6B60 (or 0xBD6B60) is unknown color: approx Contessa. HEX triplet: BD, 6B and 60. RGB value is (189,107,96). Sum of RGB (Red+Green+Blue) = 189+107+96=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B60 is #42949F. Grayscale: #828282. Windows color (decimal): -4363424 or 6319037. OLE color: 6319037.

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

Color convert

RGB18910796-
CMYK00.430.490.26
HSL7.1º41.33%55.88%-
HSV(B)7.1º49.21%74.12%-
XYZ28.3622.1813.85-
YUV130.26108.67169.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.21%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=48.21%
G=27.30%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891079600.430.490.267.141.3355.88
HexBD6B6002B311A72938
Octal275153140053613275170
Binary1011110111010111100000010101111000111010111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6B60; }

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

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

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

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

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

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

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

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