#BD7269

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

Shades of Contessa #BD7269

Tints of Contessa #BD7269

Color information

#BD7269 (or 0xBD7269) is unknown color: approx Contessa. HEX triplet: BD, 72 and 69. RGB value is (189,114,105). Sum of RGB (Red+Green+Blue) = 189+114+105=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7269 is #428D96. Grayscale: #878787. Windows color (decimal): -4361623 or 6910653. OLE color: 6910653.

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

Color convert

RGB189114105-
CMYK00.400.440.26
HSL6.43º38.89%57.65%-
HSV(B)6.43º44.44%74.12%-
XYZ29.5523.8716.41-
YUV135.4110.85166.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 105 (41.41% from 255) = 25.74%
R=46.32%
G=27.94%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911410500.400.440.266.4338.8957.65
HexBD72690282C1A6273a
Octal275162151050543264772
Binary1011110111100101101001010100010110011010110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7269; }

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

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

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

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

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

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

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

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