Html Css Color HEX #BDA978 Ecru

📋 copy color: '#BDA978'

red 189 ◦ green 169 ◦ blue 120

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

Shades of Ecru #BDA978

Tints of Ecru #BDA978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.36%

 BLUE value IS 120 (47.27% from 255) = 25.1%

R = 39.54%
G = 35.36%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDA978 (or 0xBDA978) is known color: Ecru. HEX triplet: BD, A9 and 78. RGB value is (189,169,120). Sum of RGB (Red+Green+Blue) = 189+169+120=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA978 is #425687. Grayscale: #A9A9A9. Windows color (decimal): -4347528 or 7907773. OLE color: 7907773.

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

Color convert

RGB 189 169 120 -
CMYK 0 0.11 0.37 0.26
HSL 42.61º 0.34% 0.61% -
HSV(B) 42.61º 0.37% 0.74% -
XYZ 38.56 40.55 23.56 -
YUV 169.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 189 169 120 0 0.11 0.37 0.26 42.61 0.34 0.61
Hex BD A9 78 0 B 25 1A 2B 22 3D
Octal 275 251 170 0 13 45 32 53 42 75
Binary 10111101 10101001 1111000 0 1011 100101 11010 101011 100010 111101

Color Harmonies of #BDA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA978

Black with #BDA978

Text Example


Text Example

White with #BDA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA978; }

 p { color: rgb(189,169,120); }

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

background-color css

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

 a { background-color: rgb(189,169,120); }

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

border-color css

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

 span { border-color: rgb(189,169,120); }

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