Html Css Color HEX #BC6D53 Red Damask

📋 copy color: '#BC6D53'

red 188 ◦ green 109 ◦ blue 83

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

Shades of Red Damask #BC6D53

Tints of Red Damask #BC6D53

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.68%

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 49.47%
G = 28.68%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC6D53 (or 0xBC6D53) is known color: Red Damask. HEX triplet: BC, 6D and 53. RGB value is (188,109,83). Sum of RGB (Red+Green+Blue) = 188+109+83=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D53 is #4392AC. Grayscale: #818181. Windows color (decimal): -4428461 or 5467580. OLE color: 5467580.

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

Color convert

RGB 188 109 83 -
CMYK 0 0.42 0.56 0.26
HSL 14.86º 0.44% 0.53% -
HSV(B) 14.86º 0.56% 0.74% -
XYZ 27.77 22.25 11.02 -
YUV 129.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 188 109 83 0 0.42 0.56 0.26 14.86 0.44 0.53
Hex BC 6D 53 0 2A 38 1A F 2C 35
Octal 274 155 123 0 52 70 32 17 54 65
Binary 10111100 1101101 1010011 0 101010 111000 11010 1111 101100 110101

Color Harmonies of #BC6D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D53

Black with #BC6D53

Text Example


Text Example

White with #BC6D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D53; }

 p { color: rgb(188,109,83); }

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

background-color css

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

 a { background-color: rgb(188,109,83); }

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

border-color css

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

 span { border-color: rgb(188,109,83); }

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