Html Css Color HEX #BF6F51 Red Damask

📋 copy color: '#BF6F51'

red 191 ◦ green 111 ◦ blue 81

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

Shades of Red Damask #BF6F51

Tints of Red Damask #BF6F51

RGB

 RED value IS 191 (75% from 255) = 49.87%

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

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

R = 49.87%
G = 28.98%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF6F51 (or 0xBF6F51) is known color: Red Damask. HEX triplet: BF, 6F and 51. RGB value is (191,111,81). Sum of RGB (Red+Green+Blue) = 191+111+81=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F51 is #4090AE. Grayscale: #838383. Windows color (decimal): -4231343 or 5337023. OLE color: 5337023.

HSL color Cylindrical-coordinate representation of color #BF6F51: hue angle of 16.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF6F51 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 111 81 -
CMYK 0 0.42 0.58 0.25
HSL 16.36º 0.46% 0.53% -
HSV(B) 16.36º 0.58% 0.75% -
XYZ 28.66 23.04 10.72 -
YUV 131.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 191 111 81 0 0.42 0.58 0.25 16.36 0.46 0.53
Hex BF 6F 51 0 2A 3A 19 10 2E 35
Octal 277 157 121 0 52 72 31 20 56 65
Binary 10111111 1101111 1010001 0 101010 111010 11001 10000 101110 110101

Color Harmonies of #BF6F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F51

Black with #BF6F51

Text Example


Text Example

White with #BF6F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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