Html Css Color HEX #BC7052 Red Damask

📋 copy color: '#BC7052'

red 188 ◦ green 112 ◦ blue 82

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

Shades of Red Damask #BC7052

Tints of Red Damask #BC7052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.47%

R = 49.21%
G = 29.32%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC7052 (or 0xBC7052) is known color: Red Damask. HEX triplet: BC, 70 and 52. RGB value is (188,112,82). Sum of RGB (Red+Green+Blue) = 188+112+82=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7052 is #438FAD. Grayscale: #838383. Windows color (decimal): -4427694 or 5402812. OLE color: 5402812.

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

Color convert

RGB 188 112 82 -
CMYK 0 0.40 0.56 0.26
HSL 16.98º 0.44% 0.53% -
HSV(B) 16.98º 0.56% 0.74% -
XYZ 28.06 22.89 10.92 -
YUV 131.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 188 112 82 0 0.40 0.56 0.26 16.98 0.44 0.53
Hex BC 70 52 0 28 38 1A 11 2C 35
Octal 274 160 122 0 50 70 32 21 54 65
Binary 10111100 1110000 1010010 0 101000 111000 11010 10001 101100 110101

Color Harmonies of #BC7052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7052

Black with #BC7052

Text Example


Text Example

White with #BC7052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7052; }

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

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

background-color css

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

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

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

border-color css

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

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

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