Html Css Color HEX #BC6D4C Red Damask

📋 copy color: '#BC6D4C'

red 188 ◦ green 109 ◦ blue 76

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

Shades of Red Damask #BC6D4C

Tints of Red Damask #BC6D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.38%

R = 50.4%
G = 29.22%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC6D4C (or 0xBC6D4C) is known color: Red Damask. HEX triplet: BC, 6D and 4C. RGB value is (188,109,76). Sum of RGB (Red+Green+Blue) = 188+109+76=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D4C is #4392B3. Grayscale: #818181. Windows color (decimal): -4428468 or 5008828. OLE color: 5008828.

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

Color convert

RGB 188 109 76 -
CMYK 0 0.42 0.60 0.26
HSL 17.68º 0.46% 0.52% -
HSV(B) 17.68º 0.6% 0.74% -
XYZ 27.51 22.15 9.66 -
YUV 128.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 188 109 76 0 0.42 0.60 0.26 17.68 0.46 0.52
Hex BC 6D 4C 0 2A 3C 1A 12 2E 34
Octal 274 155 114 0 52 74 32 22 56 64
Binary 10111100 1101101 1001100 0 101010 111100 11010 10010 101110 110100

Color Harmonies of #BC6D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D4C

Black with #BC6D4C

Text Example


Text Example

White with #BC6D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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