Html Css Color HEX #BDAE7C Ecru

📋 copy color: '#BDAE7C'

red 189 ◦ green 174 ◦ blue 124

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

Shades of Ecru #BDAE7C

Tints of Ecru #BDAE7C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.73%

 BLUE value IS 124 (48.83% from 255) = 25.46%

R = 38.81%
G = 35.73%
B = 25.46%

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

#BDAE7C (or 0xBDAE7C) is known color: Ecru. HEX triplet: BD, AE and 7C. RGB value is (189,174,124). Sum of RGB (Red+Green+Blue) = 189+174+124=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE7C is #425183. Grayscale: #ADADAD. Windows color (decimal): -4346244 or 8171197. OLE color: 8171197.

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

Color convert

RGB 189 174 124 -
CMYK 0 0.08 0.34 0.26
HSL 46.15º 0.33% 0.61% -
HSV(B) 46.15º 0.34% 0.74% -
XYZ 39.76 42.55 25.19 -
YUV 172.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 189 174 124 0 0.08 0.34 0.26 46.15 0.33 0.61
Hex BD AE 7C 0 8 22 1A 2E 21 3D
Octal 275 256 174 0 10 42 32 56 41 75
Binary 10111101 10101110 1111100 0 1000 100010 11010 101110 100001 111101

Color Harmonies of #BDAE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE7C

Black with #BDAE7C

Text Example


Text Example

White with #BDAE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE7C; }

 p { color: rgb(189,174,124); }

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

background-color css

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

 a { background-color: rgb(189,174,124); }

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

border-color css

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

 span { border-color: rgb(189,174,124); }

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