#BD7A68

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

Shades of Contessa #BD7A68

Tints of Contessa #BD7A68

Color information

#BD7A68 (or 0xBD7A68) is unknown color: approx Contessa. HEX triplet: BD, 7A and 68. RGB value is (189,122,104). Sum of RGB (Red+Green+Blue) = 189+122+104=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7A68 is #428597. Grayscale: #8C8C8C. Windows color (decimal): -4359576 or 6847165. OLE color: 6847165.

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

Color convert

RGB189122104-
CMYK00.350.450.26
HSL12.71º39.17%57.45%-
HSV(B)12.71º44.97%74.12%-
XYZ30.4425.7416.46-
YUV139.98107.7162.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 104 (41.02% from 255) = 25.06%
R=45.54%
G=29.40%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912210400.350.450.2612.7139.1757.45
HexBD7A680232D1Ad2739
Octal2751721500435532154771
Binary10111101111101011010000100011101101110101101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7A68; }

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

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

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

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

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

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

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

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