Html Css Color HEX #BC7151 Red Damask

📋 copy color: '#BC7151'

red 188 ◦ green 113 ◦ blue 81

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

Shades of Red Damask #BC7151

Tints of Red Damask #BC7151

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.58%

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

R = 49.21%
G = 29.58%
B = 21.2%

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

#BC7151 (or 0xBC7151) is known color: Red Damask. HEX triplet: BC, 71 and 51. RGB value is (188,113,81). Sum of RGB (Red+Green+Blue) = 188+113+81=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7151 is #438EAE. Grayscale: #838383. Windows color (decimal): -4427439 or 5337532. OLE color: 5337532.

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

Color convert

RGB 188 113 81 -
CMYK 0 0.40 0.57 0.26
HSL 17.94º 0.44% 0.53% -
HSV(B) 17.94º 0.57% 0.74% -
XYZ 28.13 23.1 10.76 -
YUV 131.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 188 113 81 0 0.40 0.57 0.26 17.94 0.44 0.53
Hex BC 71 51 0 28 39 1A 12 2C 35
Octal 274 161 121 0 50 71 32 22 54 65
Binary 10111100 1110001 1010001 0 101000 111001 11010 10010 101100 110101

Color Harmonies of #BC7151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7151

Black with #BC7151

Text Example


Text Example

White with #BC7151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7151; }

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

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

background-color css

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

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

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

border-color css

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

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

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