Html Css Color HEX #B9776B Contessa

📋 copy color: '#B9776B'

red 185 ◦ green 119 ◦ blue 107

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

Shades of Contessa #B9776B

Tints of Contessa #B9776B

RGB

 RED value IS 185 (72.66% from 255) = 45.01%

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

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

R = 45.01%
G = 28.95%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9776B (or 0xB9776B) is known color: Contessa. HEX triplet: B9, 77 and 6B. RGB value is (185,119,107). Sum of RGB (Red+Green+Blue) = 185+119+107=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9776B is #468894. Grayscale: #898989. Windows color (decimal): -4622485 or 7043001. OLE color: 7043001.

HSL color Cylindrical-coordinate representation of color #B9776B: hue angle of 9.23º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9776B is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 119 107 -
CMYK 0 0.36 0.42 0.27
HSL 9.23º 0.36% 0.57% -
HSV(B) 9.23º 0.42% 0.73% -
XYZ 29.26 24.57 17.11 -
YUV 137.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 185 119 107 0 0.36 0.42 0.27 9.23 0.36 0.57
Hex B9 77 6B 0 24 2A 1B 9 24 39
Octal 271 167 153 0 44 52 33 11 44 71
Binary 10111001 1110111 1101011 0 100100 101010 11011 1001 100100 111001

Color Harmonies of #B9776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9776B

Black with #B9776B

Text Example


Text Example

White with #B9776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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