#BD7367

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

Shades of Contessa #BD7367

Tints of Contessa #BD7367

Color information

#BD7367 (or 0xBD7367) is unknown color: approx Contessa. HEX triplet: BD, 73 and 67. RGB value is (189,115,103). Sum of RGB (Red+Green+Blue) = 189+115+103=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7367 is #428C98. Grayscale: #878787. Windows color (decimal): -4361369 or 6779837. OLE color: 6779837.

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

Color convert

RGB189115103-
CMYK00.390.460.26
HSL8.37º39.45%57.25%-
HSV(B)8.37º45.5%74.12%-
XYZ29.5724.0615.92-
YUV135.76109.52165.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=46.44%
G=28.26%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911510300.390.460.268.3739.4557.25
HexBD73670272E1A82739
Octal2751631470475632104771
Binary10111101111001111001110100111101110110101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7367; }

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

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

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

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

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

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

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

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