#BD6B67

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

Shades of Contessa #BD6B67

Tints of Contessa #BD6B67

Color information

#BD6B67 (or 0xBD6B67) is unknown color: approx Contessa. HEX triplet: BD, 6B and 67. RGB value is (189,107,103). Sum of RGB (Red+Green+Blue) = 189+107+103=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B67 is #429498. Grayscale: #838383. Windows color (decimal): -4363417 or 6777789. OLE color: 6777789.

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

Color convert

RGB189107103-
CMYK00.430.460.26
HSL2.79º39.45%57.25%-
HSV(B)2.79º45.5%74.12%-
XYZ28.6922.3115.63-
YUV131.06112.17169.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=47.37%
G=26.82%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910710300.430.460.262.7939.4557.25
HexBD6B6702B2E1A32739
Octal275153147053563234771
Binary101111011101011110011101010111011101101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6B67; }

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

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

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

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

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

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

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

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