Html Css Color HEX #BDA974 Ecru

📋 copy color: '#BDA974'

red 189 ◦ green 169 ◦ blue 116

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

Shades of Ecru #BDA974

Tints of Ecru #BDA974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.47%

R = 39.87%
G = 35.65%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BDA974 (or 0xBDA974) is known color: Ecru. HEX triplet: BD, A9 and 74. RGB value is (189,169,116). Sum of RGB (Red+Green+Blue) = 189+169+116=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA974 is #42568B. Grayscale: #A9A9A9. Windows color (decimal): -4347532 or 7645629. OLE color: 7645629.

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

Color convert

RGB 189 169 116 -
CMYK 0 0.11 0.39 0.26
HSL 43.56º 0.36% 0.6% -
HSV(B) 43.56º 0.39% 0.74% -
XYZ 38.33 40.46 22.31 -
YUV 168.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 189 169 116 0 0.11 0.39 0.26 43.56 0.36 0.6
Hex BD A9 74 0 B 27 1A 2C 24 3C
Octal 275 251 164 0 13 47 32 54 44 74
Binary 10111101 10101001 1110100 0 1011 100111 11010 101100 100100 111100

Color Harmonies of #BDA974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA974

Black with #BDA974

Text Example


Text Example

White with #BDA974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA974; }

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

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

background-color css

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

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

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

border-color css

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

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

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