Html Css Color HEX #B9756E Contessa

📋 copy color: '#B9756E'

red 185 ◦ green 117 ◦ blue 110

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

Shades of Contessa #B9756E

Tints of Contessa #B9756E

RGB

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

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

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

R = 44.9%
G = 28.4%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9756E (or 0xB9756E) is known color: Contessa. HEX triplet: B9, 75 and 6E. RGB value is (185,117,110). Sum of RGB (Red+Green+Blue) = 185+117+110=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9756E is #468A91. Grayscale: #888888. Windows color (decimal): -4622994 or 7239097. OLE color: 7239097.

HSL color Cylindrical-coordinate representation of color #B9756E: hue angle of 5.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9756E is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 117 110 -
CMYK 0 0.37 0.41 0.27
HSL 5.6º 0.35% 0.58% -
HSV(B) 5.6º 0.41% 0.73% -
XYZ 29.18 24.16 17.88 -
YUV 136.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 185 117 110 0 0.37 0.41 0.27 5.6 0.35 0.58
Hex B9 75 6E 0 25 29 1B 6 23 3A
Octal 271 165 156 0 45 51 33 6 43 72
Binary 10111001 1110101 1101110 0 100101 101001 11011 110 100011 111010

Color Harmonies of #B9756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9756E

Black with #B9756E

Text Example


Text Example

White with #B9756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9756E; }

 p { color: rgb(185,117,110); }

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

background-color css

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

 a { background-color: rgb(185,117,110); }

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

border-color css

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

 span { border-color: rgb(185,117,110); }

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