Html Css Color HEX #BB6E6D Contessa

📋 copy color: '#BB6E6D'

red 187 ◦ green 110 ◦ blue 109

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

Shades of Contessa #BB6E6D

Tints of Contessa #BB6E6D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.09%

 BLUE value IS 109 (42.97% from 255) = 26.85%

R = 46.06%
G = 27.09%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB6E6D (or 0xBB6E6D) is known color: Contessa. HEX triplet: BB, 6E and 6D. RGB value is (187,110,109). Sum of RGB (Red+Green+Blue) = 187+110+109=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E6D is #449192. Grayscale: #848484. Windows color (decimal): -4493715 or 7171771. OLE color: 7171771.

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

Color convert

RGB 187 110 109 -
CMYK 0 0.41 0.42 0.27
HSL 0.77º 0.36% 0.58% -
HSV(B) 0.77º 0.42% 0.73% -
XYZ 28.83 22.82 17.35 -
YUV 132.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 187 110 109 0 0.41 0.42 0.27 0.77 0.36 0.58
Hex BB 6E 6D 0 29 2A 1B 1 24 3A
Octal 273 156 155 0 51 52 33 1 44 72
Binary 10111011 1101110 1101101 0 101001 101010 11011 1 100100 111010

Color Harmonies of #BB6E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E6D

Black with #BB6E6D

Text Example


Text Example

White with #BB6E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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