Html Css Color HEX #BFAC7B Ecru

📋 copy color: '#BFAC7B'

red 191 ◦ green 172 ◦ blue 123

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

Shades of Ecru #BFAC7B

Tints of Ecru #BFAC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.31%

R = 39.3%
G = 35.39%
B = 25.31%

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

#BFAC7B (or 0xBFAC7B) is known color: Ecru. HEX triplet: BF, AC and 7B. RGB value is (191,172,123). Sum of RGB (Red+Green+Blue) = 191+172+123=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC7B is #405384. Grayscale: #ACACAC. Windows color (decimal): -4215685 or 8105151. OLE color: 8105151.

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

Color convert

RGB 191 172 123 -
CMYK 0 0.10 0.36 0.25
HSL 43.24º 0.35% 0.62% -
HSV(B) 43.24º 0.36% 0.75% -
XYZ 39.81 42.01 24.75 -
YUV 172.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 191 172 123 0 0.10 0.36 0.25 43.24 0.35 0.62
Hex BF AC 7B 0 A 24 19 2B 23 3E
Octal 277 254 173 0 12 44 31 53 43 76
Binary 10111111 10101100 1111011 0 1010 100100 11001 101011 100011 111110

Color Harmonies of #BFAC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC7B

Black with #BFAC7B

Text Example


Text Example

White with #BFAC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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