#bb6f54

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

Shades of Red Damask #BB6F54

Tints of Red Damask #BB6F54

Color information

#BB6F54 (or 0xBB6F54) is unknown color: approx Red Damask. HEX triplet: BB, 6F and 54. RGB value is (187,111,84). Sum of RGB (Red+Green+Blue) = 187+111+84=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6F54 is #4490AB. Grayscale: #828282. Windows color (decimal): -4493484 or 5533627. OLE color: 5533627.

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

Color convert

RGB18711184-
CMYK00.410.550.27
HSL15.73º43.1%53.14%-
HSV(B)15.73º55.08%73.33%-
XYZ27.7822.5711.28-
YUV130.65101.68168.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 84 (33.20% from 255) = 21.99%
R=48.95%
G=29.06%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871118400.410.550.2715.7343.153.14
HexBB6F54029371B102b35
Octal2731571240516733205365
Binary101110111101111101010001010011101111101110000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb6f54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb6f54; }

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

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

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

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

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

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

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

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