Html Css Color HEX #BDAD7C Ecru

📋 copy color: '#BDAD7C'

red 189 ◦ green 173 ◦ blue 124

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

Shades of Ecru #BDAD7C

Tints of Ecru #BDAD7C

RGB

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

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

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

R = 38.89%
G = 35.6%
B = 25.51%

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

#BDAD7C (or 0xBDAD7C) is known color: Ecru. HEX triplet: BD, AD and 7C. RGB value is (189,173,124). Sum of RGB (Red+Green+Blue) = 189+173+124=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD7C is #425283. Grayscale: #ACACAC. Windows color (decimal): -4346500 or 8170941. OLE color: 8170941.

HSL color Cylindrical-coordinate representation of color #BDAD7C: hue angle of 45.23º 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 #BDAD7C is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 173 124 -
CMYK 0 0.08 0.34 0.26
HSL 45.23º 0.33% 0.61% -
HSV(B) 45.23º 0.34% 0.74% -
XYZ 39.57 42.16 25.12 -
YUV 172.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 189 173 124 0 0.08 0.34 0.26 45.23 0.33 0.61
Hex BD AD 7C 0 8 22 1A 2D 21 3D
Octal 275 255 174 0 10 42 32 55 41 75
Binary 10111101 10101101 1111100 0 1000 100010 11010 101101 100001 111101

Color Harmonies of #BDAD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD7C

Black with #BDAD7C

Text Example


Text Example

White with #BDAD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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