Html Css Color HEX #BF744C Red Damask

📋 copy color: '#BF744C'

red 191 ◦ green 116 ◦ blue 76

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

Shades of Red Damask #BF744C

Tints of Red Damask #BF744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.84%

R = 49.87%
G = 30.29%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF744C (or 0xBF744C) is known color: Red Damask. HEX triplet: BF, 74 and 4C. RGB value is (191,116,76). Sum of RGB (Red+Green+Blue) = 191+116+76=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF744C is #408BB3. Grayscale: #868686. Windows color (decimal): -4230068 or 5010623. OLE color: 5010623.

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

Color convert

RGB 191 116 76 -
CMYK 0 0.39 0.60 0.25
HSL 20.87º 0.47% 0.52% -
HSV(B) 20.87º 0.6% 0.75% -
XYZ 29.04 24.09 9.96 -
YUV 133.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 191 116 76 0 0.39 0.60 0.25 20.87 0.47 0.52
Hex BF 74 4C 0 27 3C 19 15 2F 34
Octal 277 164 114 0 47 74 31 25 57 64
Binary 10111111 1110100 1001100 0 100111 111100 11001 10101 101111 110100

Color Harmonies of #BF744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF744C

Black with #BF744C

Text Example


Text Example

White with #BF744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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