#BB6F51

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

Shades of Red Damask #BB6F51

Tints of Red Damask #BB6F51

Color information

#BB6F51 (or 0xBB6F51) is unknown color: approx Red Damask. HEX triplet: BB, 6F and 51. RGB value is (187,111,81). Sum of RGB (Red+Green+Blue) = 187+111+81=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6F51 is #4490AE. Grayscale: #828282. Windows color (decimal): -4493487 or 5337019. OLE color: 5337019.

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

Color convert

RGB18711181-
CMYK00.410.570.27
HSL16.98º43.8%52.55%-
HSV(B)16.98º56.68%73.33%-
XYZ27.6622.5310.67-
YUV130.3100.18168.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 111 (43.75% from 255) = 29.29%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=49.34%
G=29.29%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871118100.410.570.2716.9843.852.55
HexBB6F51029391B112c35
Octal2731571210517133215465
Binary101110111101111101000101010011110011101110001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6F51; }

 p { color: rgb(187,111,81); }

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

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

 a { background-color: rgb(187,111,81); }

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

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

 span { border-color: rgb(187,111,81); }

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