#BD7A72

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

Shades of Contessa #BD7A72

Tints of Contessa #BD7A72

Color information

#BD7A72 (or 0xBD7A72) is unknown color: approx Contessa. HEX triplet: BD, 7A and 72. RGB value is (189,122,114). Sum of RGB (Red+Green+Blue) = 189+122+114=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7A72 is #42858D. Grayscale: #8D8D8D. Windows color (decimal): -4359566 or 7502525. OLE color: 7502525.

HSL color Cylindrical-coordinate representation of color #BD7A72: hue angle of 6.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7A72 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189122114-
CMYK00.350.400.26
HSL6.4º36.23%59.41%-
HSV(B)6.4º39.68%74.12%-
XYZ30.9825.9519.3-
YUV141.12112.7162.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.47%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=44.47%
G=28.71%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912211400.350.400.266.436.2359.41
HexBD7A72023281A6243b
Octal275172162043503264473
Binary1011110111110101110010010001110100011010110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7A72; }

 p { color: rgb(189,122,114); }

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

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

 a { background-color: rgb(189,122,114); }

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

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

 span { border-color: rgb(189,122,114); }

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