Html Css Color HEX #BC7050 Red Damask

📋 copy color: '#BC7050'

red 188 ◦ green 112 ◦ blue 80

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

Shades of Red Damask #BC7050

Tints of Red Damask #BC7050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 49.47%
G = 29.47%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC7050 (or 0xBC7050) is known color: Red Damask. HEX triplet: BC, 70 and 50. RGB value is (188,112,80). Sum of RGB (Red+Green+Blue) = 188+112+80=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7050 is #438FAF. Grayscale: #838383. Windows color (decimal): -4427696 or 5271740. OLE color: 5271740.

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

Color convert

RGB 188 112 80 -
CMYK 0 0.40 0.57 0.26
HSL 17.78º 0.45% 0.53% -
HSV(B) 17.78º 0.57% 0.74% -
XYZ 27.98 22.86 10.53 -
YUV 131.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 188 112 80 0 0.40 0.57 0.26 17.78 0.45 0.53
Hex BC 70 50 0 28 39 1A 12 2D 35
Octal 274 160 120 0 50 71 32 22 55 65
Binary 10111100 1110000 1010000 0 101000 111001 11010 10010 101101 110101

Color Harmonies of #BC7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7050

Black with #BC7050

Text Example


Text Example

White with #BC7050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7050; }

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

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

background-color css

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

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

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

border-color css

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

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

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