Html Css Color HEX #BC7451 Red Damask

📋 copy color: '#BC7451'

red 188 ◦ green 116 ◦ blue 81

#BC7451
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #BC7451

Tints of Red Damask #BC7451

RGB

 RED value IS 188 (73.83% from 255) = 48.83%

 GREEN value IS 116 (45.7% from 255) = 30.13%

 BLUE value IS 81 (32.03% from 255) = 21.04%

R = 48.83%
G = 30.13%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC7451 (or 0xBC7451) is known color: Red Damask. HEX triplet: BC, 74 and 51. RGB value is (188,116,81). Sum of RGB (Red+Green+Blue) = 188+116+81=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7451 is #438BAE. Grayscale: #858585. Windows color (decimal): -4426671 or 5338300. OLE color: 5338300.

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

Color convert

RGB 188 116 81 -
CMYK 0 0.38 0.57 0.26
HSL 19.63º 0.44% 0.53% -
HSV(B) 19.63º 0.57% 0.74% -
XYZ 28.47 23.78 10.87 -
YUV 133.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 188 116 81 0 0.38 0.57 0.26 19.63 0.44 0.53
Hex BC 74 51 0 26 39 1A 14 2C 35
Octal 274 164 121 0 46 71 32 24 54 65
Binary 10111100 1110100 1010001 0 100110 111001 11010 10100 101100 110101

Color Harmonies of #BC7451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7451

Black with #BC7451

Text Example


Text Example

White with #BC7451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7451; }

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

 H1.HeaderClassName
 {
   color: #BC7451;
 }
 .AnyTagClassName
 {
   color: #BC7451;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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