Html Css Color HEX #BB6B6B Contessa

📋 copy color: '#BB6B6B'

red 187 ◦ green 107 ◦ blue 107

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

Shades of Contessa #BB6B6B

Tints of Contessa #BB6B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.68%

 BLUE value IS 107 (42.19% from 255) = 26.68%

R = 46.63%
G = 26.68%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB6B6B (or 0xBB6B6B) is known color: Contessa. HEX triplet: BB, 6B and 6B. RGB value is (187,107,107). Sum of RGB (Red+Green+Blue) = 187+107+107=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B6B is #449494. Grayscale: #838383. Windows color (decimal): -4494485 or 7039931. OLE color: 7039931.

HSL color Cylindrical-coordinate representation of color #BB6B6B: 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.43%. Process color model (Four color, CMYK) of #BB6B6B is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 107 107 -
CMYK 0 0.43 0.43 0.27
HSL 0.37% 0.58% -
HSV(B) 0.43% 0.73% -
XYZ 28.41 22.14 16.69 -
YUV 130.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 187 107 107 0 0.43 0.43 0.27 0 0.37 0.58
Hex BB 6B 6B 0 2B 2B 1B 0 25 3A
Octal 273 153 153 0 53 53 33 0 45 72
Binary 10111011 1101011 1101011 0 101011 101011 11011 0 100101 111010

Color Harmonies of #BB6B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B6B

Black with #BB6B6B

Text Example


Text Example

White with #BB6B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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