#BD7567

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

Shades of Contessa #BD7567

Tints of Contessa #BD7567

Color information

#BD7567 (or 0xBD7567) is unknown color: approx Contessa. HEX triplet: BD, 75 and 67. RGB value is (189,117,103). Sum of RGB (Red+Green+Blue) = 189+117+103=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7567 is #428A98. Grayscale: #898989. Windows color (decimal): -4360857 or 6780349. OLE color: 6780349.

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

Color convert

RGB189117103-
CMYK00.380.460.26
HSL9.77º39.45%57.25%-
HSV(B)9.77º45.5%74.12%-
XYZ29.824.5215.99-
YUV136.93108.85165.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=46.21%
G=28.61%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911710300.380.460.269.7739.4557.25
HexBD75670262E1Aa2739
Octal2751651470465632124771
Binary10111101111010111001110100110101110110101010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7567; }

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

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

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

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

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

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

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

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