#BB7255

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

Shades of Red Damask #BB7255

Tints of Red Damask #BB7255

Color information

#BB7255 (or 0xBB7255) is unknown color: approx Red Damask. HEX triplet: BB, 72 and 55. RGB value is (187,114,85). Sum of RGB (Red+Green+Blue) = 187+114+85=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7255 is #448DAA. Grayscale: #848484. Windows color (decimal): -4492715 or 5599931. OLE color: 5599931.

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

Color convert

RGB18711485-
CMYK00.390.550.27
HSL17.06º42.86%53.33%-
HSV(B)17.06º54.55%73.33%-
XYZ28.1523.2611.6-
YUV132.52101.18166.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=48.45%
G=29.53%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871148500.390.550.2717.0642.8653.33
HexBB7255027371B112b35
Octal2731621250476733215365
Binary101110111110010101010101001111101111101110001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7255; }

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

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

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

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

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

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

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

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