Html Css Color HEX #BDAC71 Ecru

📋 copy color: '#BDAC71'

red 189 ◦ green 172 ◦ blue 113

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

Shades of Ecru #BDAC71

Tints of Ecru #BDAC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.84%

R = 39.87%
G = 36.29%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BDAC71 (or 0xBDAC71) is known color: Ecru. HEX triplet: BD, AC and 71. RGB value is (189,172,113). Sum of RGB (Red+Green+Blue) = 189+172+113=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC71 is #42538E. Grayscale: #AAAAAA. Windows color (decimal): -4346767 or 7449789. OLE color: 7449789.

HSL color Cylindrical-coordinate representation of color #BDAC71: hue angle of 46.58º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDAC71 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 172 113 -
CMYK 0 0.09 0.40 0.26
HSL 46.58º 0.37% 0.59% -
HSV(B) 46.58º 0.4% 0.74% -
XYZ 38.72 41.52 21.6 -
YUV 170.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 189 172 113 0 0.09 0.40 0.26 46.58 0.37 0.59
Hex BD AC 71 0 9 28 1A 2F 25 3B
Octal 275 254 161 0 11 50 32 57 45 73
Binary 10111101 10101100 1110001 0 1001 101000 11010 101111 100101 111011

Color Harmonies of #BDAC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC71

Black with #BDAC71

Text Example


Text Example

White with #BDAC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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