#BD6767

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

Shades of Contessa #BD6767

Tints of Contessa #BD6767

Color information

#BD6767 (or 0xBD6767) is unknown color: approx Contessa. HEX triplet: BD, 67 and 67. RGB value is (189,103,103). Sum of RGB (Red+Green+Blue) = 189+103+103=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6767 is #429898. Grayscale: #808080. Windows color (decimal): -4364441 or 6776765. OLE color: 6776765.

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

Color convert

RGB189103103-
CMYK00.460.460.26
HSL39.45%57.25%-
HSV(B)45.5%74.12%-
XYZ28.2821.515.49-
YUV128.71113.49171-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=47.85%
G=26.08%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910310300.460.460.26039.4557.25
HexBD676702E2E1A02739
Octal275147147056563204771
Binary10111101110011111001110101110101110110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6767; }

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

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

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

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

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

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

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

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