Html Css Color HEX #BFAC7A Ecru

📋 copy color: '#BFAC7A'

red 191 ◦ green 172 ◦ blue 122

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

Shades of Ecru #BFAC7A

Tints of Ecru #BFAC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.15%

R = 39.38%
G = 35.46%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BFAC7A (or 0xBFAC7A) is known color: Ecru. HEX triplet: BF, AC and 7A. RGB value is (191,172,122). Sum of RGB (Red+Green+Blue) = 191+172+122=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC7A is #405385. Grayscale: #ACACAC. Windows color (decimal): -4215686 or 8039615. OLE color: 8039615.

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

Color convert

RGB 191 172 122 -
CMYK 0 0.10 0.36 0.25
HSL 43.48º 0.35% 0.61% -
HSV(B) 43.48º 0.36% 0.75% -
XYZ 39.75 41.99 24.42 -
YUV 171.98 99.79 141.57 -
System Red Green Blue C M Y K H S L
Decimal 191 172 122 0 0.10 0.36 0.25 43.48 0.35 0.61
Hex BF AC 7A 0 A 24 19 2B 23 3D
Octal 277 254 172 0 12 44 31 53 43 75
Binary 10111111 10101100 1111010 0 1010 100100 11001 101011 100011 111101

Color Harmonies of #BFAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC7A

Black with #BFAC7A

Text Example


Text Example

White with #BFAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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