Html Css Color HEX #BD776F Contessa

📋 copy color: '#BD776F'

red 189 ◦ green 119 ◦ blue 111

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

Shades of Contessa #BD776F

Tints of Contessa #BD776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.4%

 BLUE value IS 111 (43.75% from 255) = 26.49%

R = 45.11%
G = 28.4%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD776F (or 0xBD776F) is known color: Contessa. HEX triplet: BD, 77 and 6F. RGB value is (189,119,111). Sum of RGB (Red+Green+Blue) = 189+119+111=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD776F is #428890. Grayscale: #8B8B8B. Windows color (decimal): -4360337 or 7305149. OLE color: 7305149.

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

Color convert

RGB 189 119 111 -
CMYK 0 0.37 0.41 0.26
HSL 6.15º 0.37% 0.59% -
HSV(B) 6.15º 0.41% 0.74% -
XYZ 30.45 25.16 18.29 -
YUV 139.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 189 119 111 0 0.37 0.41 0.26 6.15 0.37 0.59
Hex BD 77 6F 0 25 29 1A 6 25 3B
Octal 275 167 157 0 45 51 32 6 45 73
Binary 10111101 1110111 1101111 0 100101 101001 11010 110 100101 111011

Color Harmonies of #BD776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD776F

Black with #BD776F

Text Example


Text Example

White with #BD776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD776F; }

 p { color: rgb(189,119,111); }

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

background-color css

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

 a { background-color: rgb(189,119,111); }

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

border-color css

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

 span { border-color: rgb(189,119,111); }

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