#BD7361

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

Shades of Contessa #BD7361

Tints of Contessa #BD7361

Color information

#BD7361 (or 0xBD7361) is unknown color: approx Contessa. HEX triplet: BD, 73 and 61. RGB value is (189,115,97). Sum of RGB (Red+Green+Blue) = 189+115+97=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7361 is #428C9E. Grayscale: #878787. Windows color (decimal): -4361375 or 6386621. OLE color: 6386621.

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

Color convert

RGB18911597-
CMYK00.390.490.26
HSL11.74º41.07%56.08%-
HSV(B)11.74º48.68%74.12%-
XYZ29.2723.9414.39-
YUV135.07106.52166.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=47.13%
G=28.68%
B=24.19%

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
Decimal1891159700.390.490.2611.7441.0756.08
HexBD7361027311Ac2938
Octal2751631410476132145170
Binary10111101111001111000010100111110001110101100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7361; }

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

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

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

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

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

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

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

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