Html Css Color HEX #BC7054 Red Damask

📋 copy color: '#BC7054'

red 188 ◦ green 112 ◦ blue 84

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

Shades of Red Damask #BC7054

Tints of Red Damask #BC7054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

 BLUE value IS 84 (33.2% from 255) = 21.88%

R = 48.96%
G = 29.17%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC7054 (or 0xBC7054) is known color: Red Damask. HEX triplet: BC, 70 and 54. RGB value is (188,112,84). Sum of RGB (Red+Green+Blue) = 188+112+84=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7054 is #438FAB. Grayscale: #838383. Windows color (decimal): -4427692 or 5533884. OLE color: 5533884.

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

Color convert

RGB 188 112 84 -
CMYK 0 0.40 0.55 0.26
HSL 16.15º 0.44% 0.53% -
HSV(B) 16.15º 0.55% 0.74% -
XYZ 28.13 22.92 11.33 -
YUV 131.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 188 112 84 0 0.40 0.55 0.26 16.15 0.44 0.53
Hex BC 70 54 0 28 37 1A 10 2C 35
Octal 274 160 124 0 50 67 32 20 54 65
Binary 10111100 1110000 1010100 0 101000 110111 11010 10000 101100 110101

Color Harmonies of #BC7054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7054

Black with #BC7054

Text Example


Text Example

White with #BC7054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7054; }

 p { color: rgb(188,112,84); }

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

background-color css

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

 a { background-color: rgb(188,112,84); }

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

border-color css

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

 span { border-color: rgb(188,112,84); }

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