Html Css Color HEX #BC7051 Red Damask

📋 copy color: '#BC7051'

red 188 ◦ green 112 ◦ blue 81

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

Shades of Red Damask #BC7051

Tints of Red Damask #BC7051

RGB

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

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

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

R = 49.34%
G = 29.4%
B = 21.26%

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

#BC7051 (or 0xBC7051) is known color: Red Damask. HEX triplet: BC, 70 and 51. RGB value is (188,112,81). Sum of RGB (Red+Green+Blue) = 188+112+81=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7051 is #438FAE. Grayscale: #838383. Windows color (decimal): -4427695 or 5337276. OLE color: 5337276.

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

Color convert

RGB 188 112 81 -
CMYK 0 0.40 0.57 0.26
HSL 17.38º 0.44% 0.53% -
HSV(B) 17.38º 0.57% 0.74% -
XYZ 28.02 22.87 10.72 -
YUV 131.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 188 112 81 0 0.40 0.57 0.26 17.38 0.44 0.53
Hex BC 70 51 0 28 39 1A 11 2C 35
Octal 274 160 121 0 50 71 32 21 54 65
Binary 10111100 1110000 1010001 0 101000 111001 11010 10001 101100 110101

Color Harmonies of #BC7051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7051

Black with #BC7051

Text Example


Text Example

White with #BC7051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7051; }

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

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

background-color css

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

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

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

border-color css

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

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

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