Html Css Color HEX #BFAC7D Ecru

📋 copy color: '#BFAC7D'

red 191 ◦ green 172 ◦ blue 125

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

Shades of Ecru #BFAC7D

Tints of Ecru #BFAC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.25%

 BLUE value IS 125 (49.22% from 255) = 25.61%

R = 39.14%
G = 35.25%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BFAC7D (or 0xBFAC7D) is known color: Ecru. HEX triplet: BF, AC and 7D. RGB value is (191,172,125). Sum of RGB (Red+Green+Blue) = 191+172+125=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC7D is #405382. Grayscale: #ACACAC. Windows color (decimal): -4215683 or 8236223. OLE color: 8236223.

HSL color Cylindrical-coordinate representation of color #BFAC7D: hue angle of 42.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFAC7D is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 172 125 -
CMYK 0 0.10 0.35 0.25
HSL 42.73º 0.34% 0.62% -
HSV(B) 42.73º 0.35% 0.75% -
XYZ 39.94 42.06 25.42 -
YUV 172.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 191 172 125 0 0.10 0.35 0.25 42.73 0.34 0.62
Hex BF AC 7D 0 A 23 19 2B 22 3E
Octal 277 254 175 0 12 43 31 53 42 76
Binary 10111111 10101100 1111101 0 1010 100011 11001 101011 100010 111110

Color Harmonies of #BFAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC7D

Black with #BFAC7D

Text Example


Text Example

White with #BFAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC7D; }

 p { color: rgb(191,172,125); }

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

background-color css

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

 a { background-color: rgb(191,172,125); }

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

border-color css

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

 span { border-color: rgb(191,172,125); }

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