Html Css Color HEX #BD766E Contessa

📋 copy color: '#BD766E'

red 189 ◦ green 118 ◦ blue 110

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

Shades of Contessa #BD766E

Tints of Contessa #BD766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

 BLUE value IS 110 (43.36% from 255) = 26.38%

R = 45.32%
G = 28.3%
B = 26.38%

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

#BD766E (or 0xBD766E) is known color: Contessa. HEX triplet: BD, 76 and 6E. RGB value is (189,118,110). Sum of RGB (Red+Green+Blue) = 189+118+110=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD766E is #428991. Grayscale: #8A8A8A. Windows color (decimal): -4360594 or 7239357. OLE color: 7239357.

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

Color convert

RGB 189 118 110 -
CMYK 0 0.38 0.42 0.26
HSL 6.08º 0.37% 0.59% -
HSV(B) 6.08º 0.42% 0.74% -
XYZ 30.28 24.9 17.96 -
YUV 138.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 189 118 110 0 0.38 0.42 0.26 6.08 0.37 0.59
Hex BD 76 6E 0 26 2A 1A 6 25 3B
Octal 275 166 156 0 46 52 32 6 45 73
Binary 10111101 1110110 1101110 0 100110 101010 11010 110 100101 111011

Color Harmonies of #BD766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD766E

Black with #BD766E

Text Example


Text Example

White with #BD766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD766E; }

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

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

background-color css

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

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

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

border-color css

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

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

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