Html Css Color HEX #BDA874 Ecru

📋 copy color: '#BDA874'

red 189 ◦ green 168 ◦ blue 116

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

Shades of Ecru #BDA874

Tints of Ecru #BDA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.52%

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

R = 39.96%
G = 35.52%
B = 24.52%

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

#BDA874 (or 0xBDA874) is known color: Ecru. HEX triplet: BD, A8 and 74. RGB value is (189,168,116). Sum of RGB (Red+Green+Blue) = 189+168+116=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA874 is #42578B. Grayscale: #A8A8A8. Windows color (decimal): -4347788 or 7645373. OLE color: 7645373.

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

Color convert

RGB 189 168 116 -
CMYK 0 0.11 0.39 0.26
HSL 42.74º 0.36% 0.6% -
HSV(B) 42.74º 0.39% 0.74% -
XYZ 38.14 40.09 22.25 -
YUV 168.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 189 168 116 0 0.11 0.39 0.26 42.74 0.36 0.6
Hex BD A8 74 0 B 27 1A 2B 24 3C
Octal 275 250 164 0 13 47 32 53 44 74
Binary 10111101 10101000 1110100 0 1011 100111 11010 101011 100100 111100

Color Harmonies of #BDA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA874

Black with #BDA874

Text Example


Text Example

White with #BDA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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