Html Css Color HEX #B8716C Contessa

📋 copy color: '#B8716C'

red 184 ◦ green 113 ◦ blue 108

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

Shades of Contessa #B8716C

Tints of Contessa #B8716C

RGB

 RED value IS 184 (72.27% from 255) = 45.43%

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

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

R = 45.43%
G = 27.9%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8716C (or 0xB8716C) is known color: Contessa. HEX triplet: B8, 71 and 6C. RGB value is (184,113,108). Sum of RGB (Red+Green+Blue) = 184+113+108=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8716C is #478E93. Grayscale: #858585. Windows color (decimal): -4689556 or 7107000. OLE color: 7107000.

HSL color Cylindrical-coordinate representation of color #B8716C: hue angle of 3.95º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8716C is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 108 -
CMYK 0 0.39 0.41 0.28
HSL 3.95º 0.35% 0.57% -
HSV(B) 3.95º 0.41% 0.72% -
XYZ 28.38 23.08 17.15 -
YUV 133.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 184 113 108 0 0.39 0.41 0.28 3.95 0.35 0.57
Hex B8 71 6C 0 27 29 1C 4 23 39
Octal 270 161 154 0 47 51 34 4 43 71
Binary 10111000 1110001 1101100 0 100111 101001 11100 100 100011 111001

Color Harmonies of #B8716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8716C

Black with #B8716C

Text Example


Text Example

White with #B8716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8716C; }

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

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

background-color css

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

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

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

border-color css

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

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

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