Html Css Color HEX #BB6C6C Contessa

📋 copy color: '#BB6C6C'

red 187 ◦ green 108 ◦ blue 108

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

Shades of Contessa #BB6C6C

Tints of Contessa #BB6C6C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

 BLUE value IS 108 (42.58% from 255) = 26.8%

R = 46.4%
G = 26.8%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB6C6C (or 0xBB6C6C) is known color: Contessa. HEX triplet: BB, 6C and 6C. RGB value is (187,108,108). Sum of RGB (Red+Green+Blue) = 187+108+108=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C6C is #449393. Grayscale: #838383. Windows color (decimal): -4494228 or 7105723. OLE color: 7105723.

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

Color convert

RGB 187 108 108 -
CMYK 0 0.42 0.42 0.27
HSL 0.37% 0.58% -
HSV(B) 0.42% 0.73% -
XYZ 28.56 22.37 17 -
YUV 131.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 187 108 108 0 0.42 0.42 0.27 0 0.37 0.58
Hex BB 6C 6C 0 2A 2A 1B 0 25 3A
Octal 273 154 154 0 52 52 33 0 45 72
Binary 10111011 1101100 1101100 0 101010 101010 11011 0 100101 111010

Color Harmonies of #BB6C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C6C

Black with #BB6C6C

Text Example


Text Example

White with #BB6C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C6C; }

 p { color: rgb(187,108,108); }

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

background-color css

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

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

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

border-color css

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

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

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