Html Css Color HEX #BC6D4E Red Damask

📋 copy color: '#BC6D4E'

red 188 ◦ green 109 ◦ blue 78

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

Shades of Red Damask #BC6D4E

Tints of Red Damask #BC6D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.8%

R = 50.13%
G = 29.07%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC6D4E (or 0xBC6D4E) is known color: Red Damask. HEX triplet: BC, 6D and 4E. RGB value is (188,109,78). Sum of RGB (Red+Green+Blue) = 188+109+78=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D4E is #4392B1. Grayscale: #818181. Windows color (decimal): -4428466 or 5139900. OLE color: 5139900.

HSL color Cylindrical-coordinate representation of color #BC6D4E: hue angle of 16.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC6D4E is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 109 78 -
CMYK 0 0.42 0.59 0.26
HSL 16.91º 0.45% 0.52% -
HSV(B) 16.91º 0.59% 0.74% -
XYZ 27.58 22.18 10.03 -
YUV 129.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 188 109 78 0 0.42 0.59 0.26 16.91 0.45 0.52
Hex BC 6D 4E 0 2A 3B 1A 11 2D 34
Octal 274 155 116 0 52 73 32 21 55 64
Binary 10111100 1101101 1001110 0 101010 111011 11010 10001 101101 110100

Color Harmonies of #BC6D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D4E

Black with #BC6D4E

Text Example


Text Example

White with #BC6D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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