Html Css Color HEX #BB6664 Contessa

📋 copy color: '#BB6664'

red 187 ◦ green 102 ◦ blue 100

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

Shades of Contessa #BB6664

Tints of Contessa #BB6664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.22%

 BLUE value IS 100 (39.45% from 255) = 25.71%

R = 48.07%
G = 26.22%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB6664 (or 0xBB6664) is known color: Contessa. HEX triplet: BB, 66 and 64. RGB value is (187,102,100). Sum of RGB (Red+Green+Blue) = 187+102+100=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6664 is #44999B. Grayscale: #7F7F7F. Windows color (decimal): -4495772 or 6579899. OLE color: 6579899.

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

Color convert

RGB 187 102 100 -
CMYK 0 0.45 0.47 0.27
HSL 1.38º 0.39% 0.56% -
HSV(B) 1.38º 0.47% 0.73% -
XYZ 27.55 20.99 14.66 -
YUV 127.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 187 102 100 0 0.45 0.47 0.27 1.38 0.39 0.56
Hex BB 66 64 0 2D 2F 1B 1 27 38
Octal 273 146 144 0 55 57 33 1 47 70
Binary 10111011 1100110 1100100 0 101101 101111 11011 1 100111 111000

Color Harmonies of #BB6664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6664

Black with #BB6664

Text Example


Text Example

White with #BB6664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6664; }

 p { color: rgb(187,102,100); }

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

background-color css

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

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

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

border-color css

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

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

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