Html Css Color HEX #BF744E Red Damask

📋 copy color: '#BF744E'

red 191 ◦ green 116 ◦ blue 78

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

Shades of Red Damask #BF744E

Tints of Red Damask #BF744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

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

R = 49.61%
G = 30.13%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF744E (or 0xBF744E) is known color: Red Damask. HEX triplet: BF, 74 and 4E. RGB value is (191,116,78). Sum of RGB (Red+Green+Blue) = 191+116+78=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF744E is #408BB1. Grayscale: #868686. Windows color (decimal): -4230066 or 5141695. OLE color: 5141695.

HSL color Cylindrical-coordinate representation of color #BF744E: hue angle of 20.18º 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 #BF744E is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 116 78 -
CMYK 0 0.39 0.59 0.25
HSL 20.18º 0.47% 0.53% -
HSV(B) 20.18º 0.59% 0.75% -
XYZ 29.11 24.12 10.33 -
YUV 134.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 191 116 78 0 0.39 0.59 0.25 20.18 0.47 0.53
Hex BF 74 4E 0 27 3B 19 14 2F 35
Octal 277 164 116 0 47 73 31 24 57 65
Binary 10111111 1110100 1001110 0 100111 111011 11001 10100 101111 110101

Color Harmonies of #BF744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF744E

Black with #BF744E

Text Example


Text Example

White with #BF744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF744E; }

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

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

background-color css

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

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

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

border-color css

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

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

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