Html Css Color HEX #BF774E Red Damask

📋 copy color: '#BF774E'

red 191 ◦ green 119 ◦ blue 78

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

Shades of Red Damask #BF774E

Tints of Red Damask #BF774E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.67%

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

R = 49.23%
G = 30.67%
B = 20.1%

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

#BF774E (or 0xBF774E) is known color: Red Damask. HEX triplet: BF, 77 and 4E. RGB value is (191,119,78). Sum of RGB (Red+Green+Blue) = 191+119+78=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF774E is #4088B1. Grayscale: #888888. Windows color (decimal): -4229298 or 5142463. OLE color: 5142463.

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

Color convert

RGB 191 119 78 -
CMYK 0 0.38 0.59 0.25
HSL 21.77º 0.47% 0.53% -
HSV(B) 21.77º 0.59% 0.75% -
XYZ 29.46 24.82 10.45 -
YUV 135.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 191 119 78 0 0.38 0.59 0.25 21.77 0.47 0.53
Hex BF 77 4E 0 26 3B 19 16 2F 35
Octal 277 167 116 0 46 73 31 26 57 65
Binary 10111111 1110111 1001110 0 100110 111011 11001 10110 101111 110101

Color Harmonies of #BF774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF774E

Black with #BF774E

Text Example


Text Example

White with #BF774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF774E; }

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

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

background-color css

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

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

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

border-color css

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

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

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