Html Css Color HEX #BB6E5D Contessa

📋 copy color: '#BB6E5D'

red 187 ◦ green 110 ◦ blue 93

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

Shades of Contessa #BB6E5D

Tints of Contessa #BB6E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.85%

R = 47.95%
G = 28.21%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB6E5D (or 0xBB6E5D) is known color: Contessa. HEX triplet: BB, 6E and 5D. RGB value is (187,110,93). Sum of RGB (Red+Green+Blue) = 187+110+93=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E5D is #4491A2. Grayscale: #838383. Windows color (decimal): -4493731 or 6123195. OLE color: 6123195.

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

Color convert

RGB 187 110 93 -
CMYK 0 0.41 0.50 0.27
HSL 10.85º 0.41% 0.55% -
HSV(B) 10.85º 0.5% 0.73% -
XYZ 28.05 22.51 13.22 -
YUV 131.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 187 110 93 0 0.41 0.50 0.27 10.85 0.41 0.55
Hex BB 6E 5D 0 29 32 1B B 29 37
Octal 273 156 135 0 51 62 33 13 51 67
Binary 10111011 1101110 1011101 0 101001 110010 11011 1011 101001 110111

Color Harmonies of #BB6E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E5D

Black with #BB6E5D

Text Example


Text Example

White with #BB6E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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