#BD7262

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

Shades of Contessa #BD7262

Tints of Contessa #BD7262

Color information

#BD7262 (or 0xBD7262) is unknown color: approx Contessa. HEX triplet: BD, 72 and 62. RGB value is (189,114,98). Sum of RGB (Red+Green+Blue) = 189+114+98=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7262 is #428D9D. Grayscale: #868686. Windows color (decimal): -4361630 or 6451901. OLE color: 6451901.

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

Color convert

RGB18911498-
CMYK00.400.480.26
HSL10.55º40.81%56.27%-
HSV(B)10.55º48.15%74.12%-
XYZ29.2123.7414.6-
YUV134.6107.35166.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 98 (38.67% from 255) = 24.44%
R=47.13%
G=28.43%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891149800.400.480.2610.5540.8156.27
HexBD7262028301Ab2938
Octal2751621420506032135170
Binary10111101111001011000100101000110000110101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7262; }

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

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

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

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

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

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

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

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