Html Css Color HEX #BF6B4E Red Damask

📋 copy color: '#BF6B4E'

red 191 ◦ green 107 ◦ blue 78

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

Shades of Red Damask #BF6B4E

Tints of Red Damask #BF6B4E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.46%

 BLUE value IS 78 (30.86% from 255) = 20.74%

R = 50.8%
G = 28.46%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF6B4E (or 0xBF6B4E) is known color: Red Damask. HEX triplet: BF, 6B and 4E. RGB value is (191,107,78). Sum of RGB (Red+Green+Blue) = 191+107+78=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B4E is #4094B1. Grayscale: #818181. Windows color (decimal): -4232370 or 5139391. OLE color: 5139391.

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

Color convert

RGB 191 107 78 -
CMYK 0 0.44 0.59 0.25
HSL 15.4º 0.47% 0.53% -
HSV(B) 15.4º 0.59% 0.75% -
XYZ 28.12 22.14 10 -
YUV 128.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 191 107 78 0 0.44 0.59 0.25 15.4 0.47 0.53
Hex BF 6B 4E 0 2C 3B 19 F 2F 35
Octal 277 153 116 0 54 73 31 17 57 65
Binary 10111111 1101011 1001110 0 101100 111011 11001 1111 101111 110101

Color Harmonies of #BF6B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B4E

Black with #BF6B4E

Text Example


Text Example

White with #BF6B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B4E; }

 p { color: rgb(191,107,78); }

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

background-color css

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

 a { background-color: rgb(191,107,78); }

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

border-color css

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

 span { border-color: rgb(191,107,78); }

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