Html Css Color HEX #BCAC7F Ecru

📋 copy color: '#BCAC7F'

red 188 ◦ green 172 ◦ blue 127

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

Shades of Ecru #BCAC7F

Tints of Ecru #BCAC7F

RGB

 RED value IS 188 (73.83% from 255) = 38.6%

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

 BLUE value IS 127 (50% from 255) = 26.08%

R = 38.6%
G = 35.32%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCAC7F (or 0xBCAC7F) is known color: Ecru. HEX triplet: BC, AC and 7F. RGB value is (188,172,127). Sum of RGB (Red+Green+Blue) = 188+172+127=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC7F is #435380. Grayscale: #ABABAB. Windows color (decimal): -4412289 or 8367292. OLE color: 8367292.

HSL color Cylindrical-coordinate representation of color #BCAC7F: hue angle of 44.26º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCAC7F is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 172 127 -
CMYK 0 0.09 0.32 0.26
HSL 44.26º 0.31% 0.62% -
HSV(B) 44.26º 0.32% 0.74% -
XYZ 39.32 41.73 26.06 -
YUV 171.65 102.8 139.66 -
System Red Green Blue C M Y K H S L
Decimal 188 172 127 0 0.09 0.32 0.26 44.26 0.31 0.62
Hex BC AC 7F 0 9 20 1A 2C 1F 3E
Octal 274 254 177 0 11 40 32 54 37 76
Binary 10111100 10101100 1111111 0 1001 100000 11010 101100 11111 111110

Color Harmonies of #BCAC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC7F

Black with #BCAC7F

Text Example


Text Example

White with #BCAC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC7F; }

 p { color: rgb(188,172,127); }

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

background-color css

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

 a { background-color: rgb(188,172,127); }

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

border-color css

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

 span { border-color: rgb(188,172,127); }

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