#BD7360

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

Shades of Contessa #BD7360

Tints of Contessa #BD7360

Color information

#BD7360 (or 0xBD7360) is unknown color: approx Contessa. HEX triplet: BD, 73 and 60. RGB value is (189,115,96). Sum of RGB (Red+Green+Blue) = 189+115+96=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7360 is #428C9F. Grayscale: #878787. Windows color (decimal): -4361376 or 6321085. OLE color: 6321085.

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

Color convert

RGB18911596-
CMYK00.390.490.26
HSL12.26º41.33%55.88%-
HSV(B)12.26º49.21%74.12%-
XYZ29.2323.9214.14-
YUV134.96106.02166.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 115 (45.31% from 255) = 28.75%
BLUE value IS 96 (37.89% from 255) = 24%
R=47.25%
G=28.75%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891159600.390.490.2612.2641.3355.88
HexBD7360027311Ac2938
Octal2751631400476132145170
Binary10111101111001111000000100111110001110101100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7360; }

 p { color: rgb(189,115,96); }

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

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

 a { background-color: rgb(189,115,96); }

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

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

 span { border-color: rgb(189,115,96); }

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