Html Css Color HEX #BB6E5A Contessa

📋 copy color: '#BB6E5A'

red 187 ◦ green 110 ◦ blue 90

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

Shades of Contessa #BB6E5A

Tints of Contessa #BB6E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.26%

R = 48.32%
G = 28.42%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB6E5A (or 0xBB6E5A) is known color: Contessa. HEX triplet: BB, 6E and 5A. RGB value is (187,110,90). Sum of RGB (Red+Green+Blue) = 187+110+90=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E5A is #4491A5. Grayscale: #828282. Windows color (decimal): -4493734 or 5926587. OLE color: 5926587.

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

Color convert

RGB 187 110 90 -
CMYK 0 0.41 0.52 0.27
HSL 12.37º 0.42% 0.54% -
HSV(B) 12.37º 0.52% 0.73% -
XYZ 27.91 22.45 12.54 -
YUV 130.74 105.01 168.13 -
System Red Green Blue C M Y K H S L
Decimal 187 110 90 0 0.41 0.52 0.27 12.37 0.42 0.54
Hex BB 6E 5A 0 29 34 1B C 2A 36
Octal 273 156 132 0 51 64 33 14 52 66
Binary 10111011 1101110 1011010 0 101001 110100 11011 1100 101010 110110

Color Harmonies of #BB6E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E5A

Black with #BB6E5A

Text Example


Text Example

White with #BB6E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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