Html Css Color HEX #BFA978 Ecru

📋 copy color: '#BFA978'

red 191 ◦ green 169 ◦ blue 120

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

Shades of Ecru #BFA978

Tints of Ecru #BFA978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.21%

 BLUE value IS 120 (47.27% from 255) = 25%

R = 39.79%
G = 35.21%
B = 25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFA978 (or 0xBFA978) is known color: Ecru. HEX triplet: BF, A9 and 78. RGB value is (191,169,120). Sum of RGB (Red+Green+Blue) = 191+169+120=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA978 is #405687. Grayscale: #AAAAAA. Windows color (decimal): -4216456 or 7907775. OLE color: 7907775.

HSL color Cylindrical-coordinate representation of color #BFA978: hue angle of 41.41º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFA978 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 169 120 -
CMYK 0 0.12 0.37 0.25
HSL 41.41º 0.36% 0.61% -
HSV(B) 41.41º 0.37% 0.75% -
XYZ 39.06 40.81 23.59 -
YUV 169.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 191 169 120 0 0.12 0.37 0.25 41.41 0.36 0.61
Hex BF A9 78 0 C 25 19 29 24 3D
Octal 277 251 170 0 14 45 31 51 44 75
Binary 10111111 10101001 1111000 0 1100 100101 11001 101001 100100 111101

Color Harmonies of #BFA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA978

Black with #BFA978

Text Example


Text Example

White with #BFA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA978; }

 p { color: rgb(191,169,120); }

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

background-color css

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

 a { background-color: rgb(191,169,120); }

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

border-color css

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

 span { border-color: rgb(191,169,120); }

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