Html Css Color HEX #BDAC7F Ecru

📋 copy color: '#BDAC7F'

red 189 ◦ green 172 ◦ blue 127

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

Shades of Ecru #BDAC7F

Tints of Ecru #BDAC7F

RGB

 RED value IS 189 (74.22% from 255) = 38.73%

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

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

R = 38.73%
G = 35.25%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDAC7F (or 0xBDAC7F) is known color: Ecru. HEX triplet: BD, AC and 7F. RGB value is (189,172,127). Sum of RGB (Red+Green+Blue) = 189+172+127=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC7F is #425380. Grayscale: #ACACAC. Windows color (decimal): -4346753 or 8367293. OLE color: 8367293.

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

Color convert

RGB 189 172 127 -
CMYK 0 0.09 0.33 0.26
HSL 43.55º 0.32% 0.62% -
HSV(B) 43.55º 0.33% 0.74% -
XYZ 39.57 41.86 26.07 -
YUV 171.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 189 172 127 0 0.09 0.33 0.26 43.55 0.32 0.62
Hex BD AC 7F 0 9 21 1A 2C 20 3E
Octal 275 254 177 0 11 41 32 54 40 76
Binary 10111101 10101100 1111111 0 1001 100001 11010 101100 100000 111110

Color Harmonies of #BDAC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC7F

Black with #BDAC7F

Text Example


Text Example

White with #BDAC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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