#BD756A

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

Shades of Contessa #BD756A

Tints of Contessa #BD756A

Color information

#BD756A (or 0xBD756A) is unknown color: approx Contessa. HEX triplet: BD, 75 and 6A. RGB value is (189,117,106). Sum of RGB (Red+Green+Blue) = 189+117+106=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD756A is #428A95. Grayscale: #898989. Windows color (decimal): -4360854 or 6976957. OLE color: 6976957.

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

Color convert

RGB189117106-
CMYK00.380.440.26
HSL7.95º38.6%57.84%-
HSV(B)7.95º43.92%74.12%-
XYZ29.9524.5816.8-
YUV137.27110.35164.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 106 (41.80% from 255) = 25.73%
R=45.87%
G=28.40%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911710600.380.440.267.9538.657.84
HexBD756A0262C1A8273a
Octal2751651520465432104772
Binary10111101111010111010100100110101100110101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD756A; }

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

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

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

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

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

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

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

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