Html Css Color HEX #BC6F51 Red Damask

📋 copy color: '#BC6F51'

red 188 ◦ green 111 ◦ blue 81

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

Shades of Red Damask #BC6F51

Tints of Red Damask #BC6F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.32%

R = 49.47%
G = 29.21%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC6F51 (or 0xBC6F51) is known color: Red Damask. HEX triplet: BC, 6F and 51. RGB value is (188,111,81). Sum of RGB (Red+Green+Blue) = 188+111+81=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F51 is #4390AE. Grayscale: #828282. Windows color (decimal): -4427951 or 5337020. OLE color: 5337020.

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

Color convert

RGB 188 111 81 -
CMYK 0 0.41 0.57 0.26
HSL 16.82º 0.44% 0.53% -
HSV(B) 16.82º 0.57% 0.74% -
XYZ 27.91 22.65 10.69 -
YUV 130.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 188 111 81 0 0.41 0.57 0.26 16.82 0.44 0.53
Hex BC 6F 51 0 29 39 1A 11 2C 35
Octal 274 157 121 0 51 71 32 21 54 65
Binary 10111100 1101111 1010001 0 101001 111001 11010 10001 101100 110101

Color Harmonies of #BC6F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F51

Black with #BC6F51

Text Example


Text Example

White with #BC6F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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