Html Css Color HEX #BF764E Red Damask

📋 copy color: '#BF764E'

red 191 ◦ green 118 ◦ blue 78

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

Shades of Red Damask #BF764E

Tints of Red Damask #BF764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.49%

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

R = 49.35%
G = 30.49%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF764E (or 0xBF764E) is known color: Red Damask. HEX triplet: BF, 76 and 4E. RGB value is (191,118,78). Sum of RGB (Red+Green+Blue) = 191+118+78=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF764E is #4089B1. Grayscale: #878787. Windows color (decimal): -4229554 or 5142207. OLE color: 5142207.

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

Color convert

RGB 191 118 78 -
CMYK 0 0.38 0.59 0.25
HSL 21.24º 0.47% 0.53% -
HSV(B) 21.24º 0.59% 0.75% -
XYZ 29.34 24.58 10.41 -
YUV 135.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 191 118 78 0 0.38 0.59 0.25 21.24 0.47 0.53
Hex BF 76 4E 0 26 3B 19 15 2F 35
Octal 277 166 116 0 46 73 31 25 57 65
Binary 10111111 1110110 1001110 0 100110 111011 11001 10101 101111 110101

Color Harmonies of #BF764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF764E

Black with #BF764E

Text Example


Text Example

White with #BF764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF764E; }

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

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

background-color css

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

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

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

border-color css

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

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

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