#BD7675

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

Shades of Contessa #BD7675

Tints of Contessa #BD7675

Color information

#BD7675 (or 0xBD7675) is unknown color: approx Contessa. HEX triplet: BD, 76 and 75. RGB value is (189,118,117). Sum of RGB (Red+Green+Blue) = 189+118+117=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7675 is #42898A. Grayscale: #8B8B8B. Windows color (decimal): -4360587 or 7698109. OLE color: 7698109.

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

Color convert

RGB189118117-
CMYK00.380.380.26
HSL0.83º35.29%60%-
HSV(B)0.83º38.1%74.12%-
XYZ30.6825.0620.05-
YUV139.11115.52163.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=44.58%
G=27.83%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911811700.380.380.260.8335.2960
HexBD7675026261A1233c
Octal275166165046463214374
Binary10111101111011011101010100110100110110101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7675; }

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

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

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

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

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

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

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

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