Html Css Color HEX #BC6C4A Red Damask

📋 copy color: '#BC6C4A'

red 188 ◦ green 108 ◦ blue 74

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

Shades of Red Damask #BC6C4A

Tints of Red Damask #BC6C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20%

R = 50.81%
G = 29.19%
B = 20%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC6C4A (or 0xBC6C4A) is known color: Red Damask. HEX triplet: BC, 6C and 4A. RGB value is (188,108,74). Sum of RGB (Red+Green+Blue) = 188+108+74=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C4A is #4393B5. Grayscale: #808080. Windows color (decimal): -4428726 or 4877500. OLE color: 4877500.

HSL color Cylindrical-coordinate representation of color #BC6C4A: hue angle of 17.89º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC6C4A is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 108 74 -
CMYK 0 0.43 0.61 0.26
HSL 17.89º 0.46% 0.51% -
HSV(B) 17.89º 0.61% 0.74% -
XYZ 27.34 21.91 9.27 -
YUV 128.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 188 108 74 0 0.43 0.61 0.26 17.89 0.46 0.51
Hex BC 6C 4A 0 2B 3D 1A 12 2E 33
Octal 274 154 112 0 53 75 32 22 56 63
Binary 10111100 1101100 1001010 0 101011 111101 11010 10010 101110 110011

Color Harmonies of #BC6C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C4A

Black with #BC6C4A

Text Example


Text Example

White with #BC6C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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