Html Css Color HEX #BD776B Contessa

📋 copy color: '#BD776B'

red 189 ◦ green 119 ◦ blue 107

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

Shades of Contessa #BD776B

Tints of Contessa #BD776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.78%

R = 45.54%
G = 28.67%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD776B (or 0xBD776B) is known color: Contessa. HEX triplet: BD, 77 and 6B. RGB value is (189,119,107). Sum of RGB (Red+Green+Blue) = 189+119+107=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD776B is #428894. Grayscale: #8A8A8A. Windows color (decimal): -4360341 or 7043005. OLE color: 7043005.

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

Color convert

RGB 189 119 107 -
CMYK 0 0.37 0.43 0.26
HSL 8.78º 0.38% 0.58% -
HSV(B) 8.78º 0.43% 0.74% -
XYZ 30.24 25.07 17.16 -
YUV 138.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 189 119 107 0 0.37 0.43 0.26 8.78 0.38 0.58
Hex BD 77 6B 0 25 2B 1A 9 26 3A
Octal 275 167 153 0 45 53 32 11 46 72
Binary 10111101 1110111 1101011 0 100101 101011 11010 1001 100110 111010

Color Harmonies of #BD776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD776B

Black with #BD776B

Text Example


Text Example

White with #BD776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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