Html Css Color HEX #BDAC73 Ecru

📋 copy color: '#BDAC73'

red 189 ◦ green 172 ◦ blue 115

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

Shades of Ecru #BDAC73

Tints of Ecru #BDAC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.16%

R = 39.71%
G = 36.13%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BDAC73 (or 0xBDAC73) is known color: Ecru. HEX triplet: BD, AC and 73. RGB value is (189,172,115). Sum of RGB (Red+Green+Blue) = 189+172+115=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC73 is #42538C. Grayscale: #AAAAAA. Windows color (decimal): -4346765 or 7580861. OLE color: 7580861.

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

Color convert

RGB 189 172 115 -
CMYK 0 0.09 0.39 0.26
HSL 46.22º 0.36% 0.6% -
HSV(B) 46.22º 0.39% 0.74% -
XYZ 38.83 41.56 22.2 -
YUV 170.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 189 172 115 0 0.09 0.39 0.26 46.22 0.36 0.6
Hex BD AC 73 0 9 27 1A 2E 24 3C
Octal 275 254 163 0 11 47 32 56 44 74
Binary 10111101 10101100 1110011 0 1001 100111 11010 101110 100100 111100

Color Harmonies of #BDAC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC73

Black with #BDAC73

Text Example


Text Example

White with #BDAC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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