Html Css Color HEX #BC6D48 Red Damask

📋 copy color: '#BC6D48'

red 188 ◦ green 109 ◦ blue 72

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

Shades of Red Damask #BC6D48

Tints of Red Damask #BC6D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 50.95%
G = 29.54%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC6D48 (or 0xBC6D48) is known color: Red Damask. HEX triplet: BC, 6D and 48. RGB value is (188,109,72). Sum of RGB (Red+Green+Blue) = 188+109+72=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D48 is #4392B7. Grayscale: #808080. Windows color (decimal): -4428472 or 4746684. OLE color: 4746684.

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

Color convert

RGB 188 109 72 -
CMYK 0 0.42 0.62 0.26
HSL 19.14º 0.46% 0.51% -
HSV(B) 19.14º 0.62% 0.74% -
XYZ 27.38 22.1 8.95 -
YUV 128.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 188 109 72 0 0.42 0.62 0.26 19.14 0.46 0.51
Hex BC 6D 48 0 2A 3E 1A 13 2E 33
Octal 274 155 110 0 52 76 32 23 56 63
Binary 10111100 1101101 1001000 0 101010 111110 11010 10011 101110 110011

Color Harmonies of #BC6D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D48

Black with #BC6D48

Text Example


Text Example

White with #BC6D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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