Html Css Color HEX #BD7566 Contessa

📋 copy color: '#BD7566'

red 189 ◦ green 117 ◦ blue 102

#BD7566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Contessa #BD7566

Tints of Contessa #BD7566

RGB

 RED value IS 189 (74.22% from 255) = 46.32%

 GREEN value IS 117 (46.09% from 255) = 28.68%

 BLUE value IS 102 (40.23% from 255) = 25%

R = 46.32%
G = 28.68%
B = 25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD7566 (or 0xBD7566) is known color: Contessa. HEX triplet: BD, 75 and 66. RGB value is (189,117,102). Sum of RGB (Red+Green+Blue) = 189+117+102=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7566 is #428A99. Grayscale: #888888. Windows color (decimal): -4360858 or 6714813. OLE color: 6714813.

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

Color convert

RGB 189 117 102 -
CMYK 0 0.38 0.46 0.26
HSL 10.34º 0.4% 0.57% -
HSV(B) 10.34º 0.46% 0.74% -
XYZ 29.75 24.5 15.73 -
YUV 136.82 108.35 165.22 -
System Red Green Blue C M Y K H S L
Decimal 189 117 102 0 0.38 0.46 0.26 10.34 0.4 0.57
Hex BD 75 66 0 26 2E 1A A 28 39
Octal 275 165 146 0 46 56 32 12 50 71
Binary 10111101 1110101 1100110 0 100110 101110 11010 1010 101000 111001

Color Harmonies of #BD7566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7566

Black with #BD7566

Text Example


Text Example

White with #BD7566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7566; }

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

 H1.HeaderClassName
 {
   color: #BD7566;
 }
 .AnyTagClassName
 {
   color: #BD7566;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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