Html Css Color HEX #BC6946 Red Damask

📋 copy color: '#BC6946'

red 188 ◦ green 105 ◦ blue 70

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

Shades of Red Damask #BC6946

Tints of Red Damask #BC6946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.93%

 BLUE value IS 70 (27.73% from 255) = 19.28%

R = 51.79%
G = 28.93%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC6946 (or 0xBC6946) is known color: Red Damask. HEX triplet: BC, 69 and 46. RGB value is (188,105,70). Sum of RGB (Red+Green+Blue) = 188+105+70=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6946 is #4396B9. Grayscale: #7E7E7E. Windows color (decimal): -4429498 or 4614588. OLE color: 4614588.

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

Color convert

RGB 188 105 70 -
CMYK 0 0.44 0.63 0.26
HSL 17.8º 0.47% 0.51% -
HSV(B) 17.8º 0.63% 0.74% -
XYZ 26.9 21.24 8.48 -
YUV 125.83 96.5 172.35 -
System Red Green Blue C M Y K H S L
Decimal 188 105 70 0 0.44 0.63 0.26 17.8 0.47 0.51
Hex BC 69 46 0 2C 3F 1A 12 2F 33
Octal 274 151 106 0 54 77 32 22 57 63
Binary 10111100 1101001 1000110 0 101100 111111 11010 10010 101111 110011

Color Harmonies of #BC6946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6946

Black with #BC6946

Text Example


Text Example

White with #BC6946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6946; }

 p { color: rgb(188,105,70); }

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

background-color css

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

 a { background-color: rgb(188,105,70); }

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

border-color css

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

 span { border-color: rgb(188,105,70); }

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