Html Css Color HEX #BB7360 Contessa

📋 copy color: '#BB7360'

red 187 ◦ green 115 ◦ blue 96

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

Shades of Contessa #BB7360

Tints of Contessa #BB7360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

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

R = 46.98%
G = 28.89%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB7360 (or 0xBB7360) is known color: Contessa. HEX triplet: BB, 73 and 60. RGB value is (187,115,96). Sum of RGB (Red+Green+Blue) = 187+115+96=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7360 is #448C9F. Grayscale: #868686. Windows color (decimal): -4492448 or 6321083. OLE color: 6321083.

HSL color Cylindrical-coordinate representation of color #BB7360: hue angle of 12.53º 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 #BB7360 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 115 96 -
CMYK 0 0.39 0.49 0.27
HSL 12.53º 0.4% 0.55% -
HSV(B) 12.53º 0.49% 0.73% -
XYZ 28.74 23.67 14.12 -
YUV 134.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 187 115 96 0 0.39 0.49 0.27 12.53 0.4 0.55
Hex BB 73 60 0 27 31 1B D 28 37
Octal 273 163 140 0 47 61 33 15 50 67
Binary 10111011 1110011 1100000 0 100111 110001 11011 1101 101000 110111

Color Harmonies of #BB7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7360

Black with #BB7360

Text Example


Text Example

White with #BB7360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7360; }

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

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

background-color css

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

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

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

border-color css

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

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

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