Html Css Color HEX #BFA975 Ecru

📋 copy color: '#BFA975'

red 191 ◦ green 169 ◦ blue 117

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

Shades of Ecru #BFA975

Tints of Ecru #BFA975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.53%

R = 40.04%
G = 35.43%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BFA975 (or 0xBFA975) is known color: Ecru. HEX triplet: BF, A9 and 75. RGB value is (191,169,117). Sum of RGB (Red+Green+Blue) = 191+169+117=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA975 is #40568A. Grayscale: #A9A9A9. Windows color (decimal): -4216459 or 7711167. OLE color: 7711167.

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

Color convert

RGB 191 169 117 -
CMYK 0 0.12 0.39 0.25
HSL 42.16º 0.37% 0.6% -
HSV(B) 42.16º 0.39% 0.75% -
XYZ 38.88 40.74 22.64 -
YUV 169.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 191 169 117 0 0.12 0.39 0.25 42.16 0.37 0.6
Hex BF A9 75 0 C 27 19 2A 25 3C
Octal 277 251 165 0 14 47 31 52 45 74
Binary 10111111 10101001 1110101 0 1100 100111 11001 101010 100101 111100

Color Harmonies of #BFA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA975

Black with #BFA975

Text Example


Text Example

White with #BFA975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA975; }

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

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

background-color css

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

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

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

border-color css

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

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

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