Html Css Color HEX #BDAD7D Ecru

📋 copy color: '#BDAD7D'

red 189 ◦ green 173 ◦ blue 125

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

Shades of Ecru #BDAD7D

Tints of Ecru #BDAD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.52%

 BLUE value IS 125 (49.22% from 255) = 25.67%

R = 38.81%
G = 35.52%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BDAD7D (or 0xBDAD7D) is known color: Ecru. HEX triplet: BD, AD and 7D. RGB value is (189,173,125). Sum of RGB (Red+Green+Blue) = 189+173+125=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD7D is #425282. Grayscale: #ACACAC. Windows color (decimal): -4346499 or 8236477. OLE color: 8236477.

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

Color convert

RGB 189 173 125 -
CMYK 0 0.08 0.34 0.26
HSL 45º 0.33% 0.62% -
HSV(B) 45º 0.34% 0.74% -
XYZ 39.63 42.19 25.46 -
YUV 172.31 101.3 139.9 -
System Red Green Blue C M Y K H S L
Decimal 189 173 125 0 0.08 0.34 0.26 45 0.33 0.62
Hex BD AD 7D 0 8 22 1A 2D 21 3E
Octal 275 255 175 0 10 42 32 55 41 76
Binary 10111101 10101101 1111101 0 1000 100010 11010 101101 100001 111110

Color Harmonies of #BDAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD7D

Black with #BDAD7D

Text Example


Text Example

White with #BDAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD7D; }

 p { color: rgb(189,173,125); }

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

background-color css

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

 a { background-color: rgb(189,173,125); }

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

border-color css

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

 span { border-color: rgb(189,173,125); }

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