Html Css Color HEX #BF724E Red Damask

📋 copy color: '#BF724E'

red 191 ◦ green 114 ◦ blue 78

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

Shades of Red Damask #BF724E

Tints of Red Damask #BF724E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.77%

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

R = 49.87%
G = 29.77%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF724E (or 0xBF724E) is known color: Red Damask. HEX triplet: BF, 72 and 4E. RGB value is (191,114,78). Sum of RGB (Red+Green+Blue) = 191+114+78=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF724E is #408DB1. Grayscale: #858585. Windows color (decimal): -4230578 or 5141183. OLE color: 5141183.

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

Color convert

RGB 191 114 78 -
CMYK 0 0.40 0.59 0.25
HSL 19.12º 0.47% 0.53% -
HSV(B) 19.12º 0.59% 0.75% -
XYZ 28.88 23.66 10.25 -
YUV 132.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 191 114 78 0 0.40 0.59 0.25 19.12 0.47 0.53
Hex BF 72 4E 0 28 3B 19 13 2F 35
Octal 277 162 116 0 50 73 31 23 57 65
Binary 10111111 1110010 1001110 0 101000 111011 11001 10011 101111 110101

Color Harmonies of #BF724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF724E

Black with #BF724E

Text Example


Text Example

White with #BF724E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF724E; }

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

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

background-color css

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

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

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

border-color css

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

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

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