#BC7652

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

Shades of Red Damask #BC7652

Tints of Red Damask #BC7652

Color information

#BC7652 (or 0xBC7652) is unknown color: approx Red Damask. HEX triplet: BC, 76 and 52. RGB value is (188,118,82). Sum of RGB (Red+Green+Blue) = 188+118+82=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7652 is #4389AD. Grayscale: #878787. Windows color (decimal): -4426158 or 5404348. OLE color: 5404348.

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

Color convert

RGB18811882-
CMYK00.370.560.26
HSL20.38º44.17%52.94%-
HSV(B)20.38º56.38%73.73%-
XYZ28.7424.2611.15-
YUV134.8398.19165.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.45%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 82 (32.42% from 255) = 21.13%
R=48.45%
G=30.41%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881188200.370.560.2620.3844.1752.94
HexBC7652025381A142c35
Octal2741661220457032245465
Binary101111001110110101001001001011110001101010100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7652; }

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

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

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

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

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

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

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

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