Html Css Color HEX #BF6C4D Red Damask

📋 copy color: '#BF6C4D'

red 191 ◦ green 108 ◦ blue 77

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

Shades of Red Damask #BF6C4D

Tints of Red Damask #BF6C4D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.72%

 BLUE value IS 77 (30.47% from 255) = 20.48%

R = 50.8%
G = 28.72%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF6C4D (or 0xBF6C4D) is known color: Red Damask. HEX triplet: BF, 6C and 4D. RGB value is (191,108,77). Sum of RGB (Red+Green+Blue) = 191+108+77=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6C4D is #4093B2. Grayscale: #818181. Windows color (decimal): -4232115 or 5074111. OLE color: 5074111.

HSL color Cylindrical-coordinate representation of color #BF6C4D: hue angle of 16.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF6C4D is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 108 77 -
CMYK 0 0.43 0.60 0.25
HSL 16.32º 0.47% 0.53% -
HSV(B) 16.32º 0.6% 0.75% -
XYZ 28.19 22.34 9.85 -
YUV 129.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 191 108 77 0 0.43 0.60 0.25 16.32 0.47 0.53
Hex BF 6C 4D 0 2B 3C 19 10 2F 35
Octal 277 154 115 0 53 74 31 20 57 65
Binary 10111111 1101100 1001101 0 101011 111100 11001 10000 101111 110101

Color Harmonies of #BF6C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6C4D

Black with #BF6C4D

Text Example


Text Example

White with #BF6C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6C4D; }

 p { color: rgb(191,108,77); }

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

background-color css

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

 a { background-color: rgb(191,108,77); }

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

border-color css

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

 span { border-color: rgb(191,108,77); }

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