Html Css Color HEX #BB7266 Contessa

📋 copy color: '#BB7266'

red 187 ◦ green 114 ◦ blue 102

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

Shades of Contessa #BB7266

Tints of Contessa #BB7266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.29%

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

R = 46.4%
G = 28.29%
B = 25.31%

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

#BB7266 (or 0xBB7266) is known color: Contessa. HEX triplet: BB, 72 and 66. RGB value is (187,114,102). Sum of RGB (Red+Green+Blue) = 187+114+102=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7266 is #448D99. Grayscale: #868686. Windows color (decimal): -4492698 or 6714043. OLE color: 6714043.

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

Color convert

RGB 187 114 102 -
CMYK 0 0.39 0.45 0.27
HSL 8.47º 0.38% 0.57% -
HSV(B) 8.47º 0.45% 0.73% -
XYZ 28.91 23.56 15.59 -
YUV 134.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 187 114 102 0 0.39 0.45 0.27 8.47 0.38 0.57
Hex BB 72 66 0 27 2D 1B 8 26 39
Octal 273 162 146 0 47 55 33 10 46 71
Binary 10111011 1110010 1100110 0 100111 101101 11011 1000 100110 111001

Color Harmonies of #BB7266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7266

Black with #BB7266

Text Example


Text Example

White with #BB7266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7266; }

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

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

background-color css

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

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

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

border-color css

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

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

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