Html Css Color HEX #BC6B49 Red Damask

📋 copy color: '#BC6B49'

red 188 ◦ green 107 ◦ blue 73

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

Shades of Red Damask #BC6B49

Tints of Red Damask #BC6B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

 BLUE value IS 73 (28.91% from 255) = 19.84%

R = 51.09%
G = 29.08%
B = 19.84%

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

#BC6B49 (or 0xBC6B49) is known color: Red Damask. HEX triplet: BC, 6B and 49. RGB value is (188,107,73). Sum of RGB (Red+Green+Blue) = 188+107+73=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6B49 is #4394B6. Grayscale: #7F7F7F. Windows color (decimal): -4428983 or 4811708. OLE color: 4811708.

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

Color convert

RGB 188 107 73 -
CMYK 0 0.43 0.61 0.26
HSL 17.74º 0.46% 0.51% -
HSV(B) 17.74º 0.61% 0.74% -
XYZ 27.2 21.69 9.06 -
YUV 127.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 188 107 73 0 0.43 0.61 0.26 17.74 0.46 0.51
Hex BC 6B 49 0 2B 3D 1A 12 2E 33
Octal 274 153 111 0 53 75 32 22 56 63
Binary 10111100 1101011 1001001 0 101011 111101 11010 10010 101110 110011

Color Harmonies of #BC6B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B49

Black with #BC6B49

Text Example


Text Example

White with #BC6B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B49; }

 p { color: rgb(188,107,73); }

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

background-color css

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

 a { background-color: rgb(188,107,73); }

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

border-color css

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

 span { border-color: rgb(188,107,73); }

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