Html Css Color HEX #BB7366 Contessa

📋 copy color: '#BB7366'

red 187 ◦ green 115 ◦ blue 102

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

Shades of Contessa #BB7366

Tints of Contessa #BB7366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.25%

R = 46.29%
G = 28.47%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB7366 (or 0xBB7366) is known color: Contessa. HEX triplet: BB, 73 and 66. RGB value is (187,115,102). Sum of RGB (Red+Green+Blue) = 187+115+102=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7366 is #448C99. Grayscale: #878787. Windows color (decimal): -4492442 or 6714299. OLE color: 6714299.

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

Color convert

RGB 187 115 102 -
CMYK 0 0.39 0.45 0.27
HSL 9.18º 0.38% 0.57% -
HSV(B) 9.18º 0.45% 0.73% -
XYZ 29.02 23.79 15.63 -
YUV 135.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 187 115 102 0 0.39 0.45 0.27 9.18 0.38 0.57
Hex BB 73 66 0 27 2D 1B 9 26 39
Octal 273 163 146 0 47 55 33 11 46 71
Binary 10111011 1110011 1100110 0 100111 101101 11011 1001 100110 111001

Color Harmonies of #BB7366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7366

Black with #BB7366

Text Example


Text Example

White with #BB7366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7366; }

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

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

background-color css

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

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

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

border-color css

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

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

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