Html Css Color HEX #BB716E Contessa

📋 copy color: '#BB716E'

red 187 ◦ green 113 ◦ blue 110

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

Shades of Contessa #BB716E

Tints of Contessa #BB716E

RGB

 RED value IS 187 (73.44% from 255) = 45.61%

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

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

R = 45.61%
G = 27.56%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB716E (or 0xBB716E) is known color: Contessa. HEX triplet: BB, 71 and 6E. RGB value is (187,113,110). Sum of RGB (Red+Green+Blue) = 187+113+110=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB716E is #448E91. Grayscale: #868686. Windows color (decimal): -4492946 or 7238075. OLE color: 7238075.

HSL color Cylindrical-coordinate representation of color #BB716E: hue angle of 2.34º degrees, saturation: 0.36, 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 #BB716E is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 113 110 -
CMYK 0 0.40 0.41 0.27
HSL 2.34º 0.36% 0.58% -
HSV(B) 2.34º 0.41% 0.73% -
XYZ 29.21 23.5 17.75 -
YUV 134.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 187 113 110 0 0.40 0.41 0.27 2.34 0.36 0.58
Hex BB 71 6E 0 28 29 1B 2 24 3A
Octal 273 161 156 0 50 51 33 2 44 72
Binary 10111011 1110001 1101110 0 101000 101001 11011 10 100100 111010

Color Harmonies of #BB716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB716E

Black with #BB716E

Text Example


Text Example

White with #BB716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB716E; }

 p { color: rgb(187,113,110); }

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

background-color css

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

 a { background-color: rgb(187,113,110); }

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

border-color css

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

 span { border-color: rgb(187,113,110); }

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