Html Css Color HEX #BB6969 Contessa

📋 copy color: '#BB6969'

red 187 ◦ green 105 ◦ blue 105

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

Shades of Contessa #BB6969

Tints of Contessa #BB6969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.45%

 BLUE value IS 105 (41.41% from 255) = 26.45%

R = 47.1%
G = 26.45%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB6969 (or 0xBB6969) is known color: Contessa. HEX triplet: BB, 69 and 69. RGB value is (187,105,105). Sum of RGB (Red+Green+Blue) = 187+105+105=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6969 is #449696. Grayscale: #818181. Windows color (decimal): -4494999 or 6908347. OLE color: 6908347.

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

Color convert

RGB 187 105 105 -
CMYK 0 0.44 0.44 0.27
HSL 0.38% 0.57% -
HSV(B) 0.44% 0.73% -
XYZ 28.09 21.69 16.07 -
YUV 129.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 187 105 105 0 0.44 0.44 0.27 0 0.38 0.57
Hex BB 69 69 0 2C 2C 1B 0 26 39
Octal 273 151 151 0 54 54 33 0 46 71
Binary 10111011 1101001 1101001 0 101100 101100 11011 0 100110 111001

Color Harmonies of #BB6969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6969

Black with #BB6969

Text Example


Text Example

White with #BB6969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6969; }

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

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

background-color css

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

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

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

border-color css

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

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

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