Html Css Color HEX #BC7351 Red Damask

📋 copy color: '#BC7351'

red 188 ◦ green 115 ◦ blue 81

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

Shades of Red Damask #BC7351

Tints of Red Damask #BC7351

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.95%

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

R = 48.96%
G = 29.95%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC7351 (or 0xBC7351) is known color: Red Damask. HEX triplet: BC, 73 and 51. RGB value is (188,115,81). Sum of RGB (Red+Green+Blue) = 188+115+81=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7351 is #438CAE. Grayscale: #858585. Windows color (decimal): -4426927 or 5338044. OLE color: 5338044.

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

Color convert

RGB 188 115 81 -
CMYK 0 0.39 0.57 0.26
HSL 19.07º 0.44% 0.53% -
HSV(B) 19.07º 0.57% 0.74% -
XYZ 28.35 23.55 10.84 -
YUV 132.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 188 115 81 0 0.39 0.57 0.26 19.07 0.44 0.53
Hex BC 73 51 0 27 39 1A 13 2C 35
Octal 274 163 121 0 47 71 32 23 54 65
Binary 10111100 1110011 1010001 0 100111 111001 11010 10011 101100 110101

Color Harmonies of #BC7351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7351

Black with #BC7351

Text Example


Text Example

White with #BC7351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7351; }

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

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

background-color css

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

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

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

border-color css

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

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

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