Html Css Color HEX #BC6F52 Red Damask

📋 copy color: '#BC6F52'

red 188 ◦ green 111 ◦ blue 82

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

Shades of Red Damask #BC6F52

Tints of Red Damask #BC6F52

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

 BLUE value IS 82 (32.42% from 255) = 21.52%

R = 49.34%
G = 29.13%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC6F52 (or 0xBC6F52) is known color: Red Damask. HEX triplet: BC, 6F and 52. RGB value is (188,111,82). Sum of RGB (Red+Green+Blue) = 188+111+82=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F52 is #4390AD. Grayscale: #828282. Windows color (decimal): -4427950 or 5402556. OLE color: 5402556.

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

Color convert

RGB 188 111 82 -
CMYK 0 0.41 0.56 0.26
HSL 16.42º 0.44% 0.53% -
HSV(B) 16.42º 0.56% 0.74% -
XYZ 27.95 22.67 10.89 -
YUV 130.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 188 111 82 0 0.41 0.56 0.26 16.42 0.44 0.53
Hex BC 6F 52 0 29 38 1A 10 2C 35
Octal 274 157 122 0 51 70 32 20 54 65
Binary 10111100 1101111 1010010 0 101001 111000 11010 10000 101100 110101

Color Harmonies of #BC6F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F52

Black with #BC6F52

Text Example


Text Example

White with #BC6F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F52; }

 p { color: rgb(188,111,82); }

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

background-color css

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

 a { background-color: rgb(188,111,82); }

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

border-color css

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

 span { border-color: rgb(188,111,82); }

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