#BC7651

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

Shades of Red Damask #BC7651

Tints of Red Damask #BC7651

Color information

#BC7651 (or 0xBC7651) is unknown color: approx Red Damask. HEX triplet: BC, 76 and 51. RGB value is (188,118,81). Sum of RGB (Red+Green+Blue) = 188+118+81=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7651 is #4389AE. Grayscale: #868686. Windows color (decimal): -4426159 or 5338812. OLE color: 5338812.

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

Color convert

RGB18811881-
CMYK00.370.570.26
HSL20.75º44.4%52.75%-
HSV(B)20.75º56.91%73.73%-
XYZ28.724.2410.95-
YUV134.7197.69166.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 81 (32.03% from 255) = 20.93%
R=48.58%
G=30.49%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881188100.370.570.2620.7544.452.75
HexBC7651025391A152c35
Octal2741661210457132255465
Binary101111001110110101000101001011110011101010101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7651; }

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

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

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

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

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

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

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

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