#BD725F

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

Shades of Contessa #BD725F

Tints of Contessa #BD725F

Color information

#BD725F (or 0xBD725F) is unknown color: approx Contessa. HEX triplet: BD, 72 and 5F. RGB value is (189,114,95). Sum of RGB (Red+Green+Blue) = 189+114+95=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD725F is #428DA0. Grayscale: #868686. Windows color (decimal): -4361633 or 6255293. OLE color: 6255293.

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

Color convert

RGB18911495-
CMYK00.400.500.26
HSL12.13º41.59%55.69%-
HSV(B)12.13º49.74%74.12%-
XYZ29.0723.6813.86-
YUV134.26105.85167.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.49%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=47.49%
G=28.64%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891149500.400.500.2612.1341.5955.69
HexBD725F028321Ac2a38
Octal2751621370506232145270
Binary10111101111001010111110101000110010110101100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD725F; }

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

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

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

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

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

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

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

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