Html Css Color HEX #BB6E5C Contessa

📋 copy color: '#BB6E5C'

red 187 ◦ green 110 ◦ blue 92

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

Shades of Contessa #BB6E5C

Tints of Contessa #BB6E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.65%

R = 48.07%
G = 28.28%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB6E5C (or 0xBB6E5C) is known color: Contessa. HEX triplet: BB, 6E and 5C. RGB value is (187,110,92). Sum of RGB (Red+Green+Blue) = 187+110+92=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E5C is #4491A3. Grayscale: #838383. Windows color (decimal): -4493732 or 6057659. OLE color: 6057659.

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

Color convert

RGB 187 110 92 -
CMYK 0 0.41 0.51 0.27
HSL 11.37º 0.41% 0.55% -
HSV(B) 11.37º 0.51% 0.73% -
XYZ 28 22.49 12.99 -
YUV 130.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 187 110 92 0 0.41 0.51 0.27 11.37 0.41 0.55
Hex BB 6E 5C 0 29 33 1B B 29 37
Octal 273 156 134 0 51 63 33 13 51 67
Binary 10111011 1101110 1011100 0 101001 110011 11011 1011 101001 110111

Color Harmonies of #BB6E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E5C

Black with #BB6E5C

Text Example


Text Example

White with #BB6E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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