#BB7B64

Color #BB7B64 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #BB7B64

Tints of Contessa #BB7B64

Color information

#BB7B64 (or 0xBB7B64) is unknown color: approx Contessa. HEX triplet: BB, 7B and 64. RGB value is (187,123,100). Sum of RGB (Red+Green+Blue) = 187+123+100=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B64 is #44849B. Grayscale: #8B8B8B. Windows color (decimal): -4490396 or 6585275. OLE color: 6585275.

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

Color convert

RGB187123100-
CMYK00.340.470.27
HSL15.86º39.01%56.27%-
HSV(B)15.86º46.52%73.33%-
XYZ29.8825.6515.43-
YUV139.51105.7161.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=45.61%
G=30%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712310000.340.470.2715.8639.0156.27
HexBB7B640222F1B102738
Octal2731731440425733204770
Binary101110111111011110010001000101011111101110000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B64; }

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

 H1.HeaderClassName
 {
   color: #BB7B64;
 }
 .AnyTagClassName
 {
   color: #BB7B64;
 }
</style>
background-color css

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

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

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

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

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

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