#BB7652

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

Shades of Red Damask #BB7652

Tints of Red Damask #BB7652

Color information

#BB7652 (or 0xBB7652) is unknown color: approx Red Damask. HEX triplet: BB, 76 and 52. RGB value is (187,118,82). Sum of RGB (Red+Green+Blue) = 187+118+82=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7652 is #4489AD. Grayscale: #868686. Windows color (decimal): -4491694 or 5404347. OLE color: 5404347.

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

Color convert

RGB18711882-
CMYK00.370.560.27
HSL20.57º43.57%52.75%-
HSV(B)20.57º56.15%73.33%-
XYZ28.4924.1311.14-
YUV134.5398.36165.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=48.32%
G=30.49%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871188200.370.560.2720.5743.5752.75
HexBB7652025381B152c35
Octal2731661220457033255465
Binary101110111110110101001001001011110001101110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7652; }

 p { color: rgb(187,118,82); }

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

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

 a { background-color: rgb(187,118,82); }

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

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

 span { border-color: rgb(187,118,82); }

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