Html Css Color HEX #B9716C Contessa

📋 copy color: '#B9716C'

red 185 ◦ green 113 ◦ blue 108

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

Shades of Contessa #B9716C

Tints of Contessa #B9716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.83%

 BLUE value IS 108 (42.58% from 255) = 26.6%

R = 45.57%
G = 27.83%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9716C (or 0xB9716C) is known color: Contessa. HEX triplet: B9, 71 and 6C. RGB value is (185,113,108). Sum of RGB (Red+Green+Blue) = 185+113+108=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9716C is #468E93. Grayscale: #868686. Windows color (decimal): -4624020 or 7107001. OLE color: 7107001.

HSL color Cylindrical-coordinate representation of color #B9716C: hue angle of 3.9º degrees, saturation: 0.35, 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 #B9716C is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 113 108 -
CMYK 0 0.39 0.42 0.27
HSL 3.9º 0.35% 0.57% -
HSV(B) 3.9º 0.42% 0.73% -
XYZ 28.62 23.21 17.16 -
YUV 133.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 185 113 108 0 0.39 0.42 0.27 3.9 0.35 0.57
Hex B9 71 6C 0 27 2A 1B 4 23 39
Octal 271 161 154 0 47 52 33 4 43 71
Binary 10111001 1110001 1101100 0 100111 101010 11011 100 100011 111001

Color Harmonies of #B9716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9716C

Black with #B9716C

Text Example


Text Example

White with #B9716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9716C; }

 p { color: rgb(185,113,108); }

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

background-color css

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

 a { background-color: rgb(185,113,108); }

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

border-color css

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

 span { border-color: rgb(185,113,108); }

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