Html Css Color HEX #BC6C50 Red Damask

📋 copy color: '#BC6C50'

red 188 ◦ green 108 ◦ blue 80

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

Shades of Red Damask #BC6C50

Tints of Red Damask #BC6C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.72%

 BLUE value IS 80 (31.64% from 255) = 21.28%

R = 50%
G = 28.72%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC6C50 (or 0xBC6C50) is known color: Red Damask. HEX triplet: BC, 6C and 50. RGB value is (188,108,80). Sum of RGB (Red+Green+Blue) = 188+108+80=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C50 is #4393AF. Grayscale: #808080. Windows color (decimal): -4428720 or 5270716. OLE color: 5270716.

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

Color convert

RGB 188 108 80 -
CMYK 0 0.43 0.57 0.26
HSL 15.56º 0.45% 0.53% -
HSV(B) 15.56º 0.57% 0.74% -
XYZ 27.55 22 10.38 -
YUV 128.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 188 108 80 0 0.43 0.57 0.26 15.56 0.45 0.53
Hex BC 6C 50 0 2B 39 1A 10 2D 35
Octal 274 154 120 0 53 71 32 20 55 65
Binary 10111100 1101100 1010000 0 101011 111001 11010 10000 101101 110101

Color Harmonies of #BC6C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C50

Black with #BC6C50

Text Example


Text Example

White with #BC6C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C50; }

 p { color: rgb(188,108,80); }

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

background-color css

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

 a { background-color: rgb(188,108,80); }

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

border-color css

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

 span { border-color: rgb(188,108,80); }

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