Html Css Color HEX #BB6360 Contessa

📋 copy color: '#BB6360'

red 187 ◦ green 99 ◦ blue 96

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

Shades of Contessa #BB6360

Tints of Contessa #BB6360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.92%

 BLUE value IS 96 (37.89% from 255) = 25.13%

R = 48.95%
G = 25.92%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB6360 (or 0xBB6360) is known color: Contessa. HEX triplet: BB, 63 and 60. RGB value is (187,99,96). Sum of RGB (Red+Green+Blue) = 187+99+96=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6360 is #449C9F. Grayscale: #7D7D7D. Windows color (decimal): -4496544 or 6316987. OLE color: 6316987.

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

Color convert

RGB 187 99 96 -
CMYK 0 0.47 0.49 0.27
HSL 1.98º 0.4% 0.55% -
HSV(B) 1.98º 0.49% 0.73% -
XYZ 27.07 20.33 13.56 -
YUV 124.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 187 99 96 0 0.47 0.49 0.27 1.98 0.4 0.55
Hex BB 63 60 0 2F 31 1B 2 28 37
Octal 273 143 140 0 57 61 33 2 50 67
Binary 10111011 1100011 1100000 0 101111 110001 11011 10 101000 110111

Color Harmonies of #BB6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6360

Black with #BB6360

Text Example


Text Example

White with #BB6360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6360; }

 p { color: rgb(187,99,96); }

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

background-color css

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

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

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

border-color css

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

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

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