#BC7252

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

Shades of Red Damask #BC7252

Tints of Red Damask #BC7252

Color information

#BC7252 (or 0xBC7252) is unknown color: approx Red Damask. HEX triplet: BC, 72 and 52. RGB value is (188,114,82). Sum of RGB (Red+Green+Blue) = 188+114+82=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7252 is #438DAD. Grayscale: #848484. Windows color (decimal): -4427182 or 5403324. OLE color: 5403324.

HSL color Cylindrical-coordinate representation of color #BC7252: hue angle of 18.11º 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 #BC7252 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB18811482-
CMYK00.390.560.26
HSL18.11º44.17%52.94%-
HSV(B)18.11º56.38%73.73%-
XYZ28.2823.3411-
YUV132.4899.52167.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 114 (44.92% from 255) = 29.69%
BLUE value IS 82 (32.42% from 255) = 21.35%
R=48.96%
G=29.69%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881148200.390.560.2618.1144.1752.94
HexBC7252027381A122c35
Octal2741621220477032225465
Binary101111001110010101001001001111110001101010010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7252; }

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

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

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

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

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

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

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

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