Html Css Color HEX #BD756D Contessa

📋 copy color: '#BD756D'

red 189 ◦ green 117 ◦ blue 109

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

Shades of Contessa #BD756D

Tints of Contessa #BD756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.27%

R = 45.54%
G = 28.19%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD756D (or 0xBD756D) is known color: Contessa. HEX triplet: BD, 75 and 6D. RGB value is (189,117,109). Sum of RGB (Red+Green+Blue) = 189+117+109=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD756D is #428A92. Grayscale: #898989. Windows color (decimal): -4360851 or 7173565. OLE color: 7173565.

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

Color convert

RGB 189 117 109 -
CMYK 0 0.38 0.42 0.26
HSL 0.38% 0.58% -
HSV(B) 0.42% 0.74% -
XYZ 30.11 24.65 17.64 -
YUV 137.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 189 117 109 0 0.38 0.42 0.26 6 0.38 0.58
Hex BD 75 6D 0 26 2A 1A 6 26 3A
Octal 275 165 155 0 46 52 32 6 46 72
Binary 10111101 1110101 1101101 0 100110 101010 11010 110 100110 111010

Color Harmonies of #BD756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD756D

Black with #BD756D

Text Example


Text Example

White with #BD756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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