Html Css Color HEX #BDA875 Ecru

📋 copy color: '#BDA875'

red 189 ◦ green 168 ◦ blue 117

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

Shades of Ecru #BDA875

Tints of Ecru #BDA875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.68%

R = 39.87%
G = 35.44%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDA875 (or 0xBDA875) is known color: Ecru. HEX triplet: BD, A8 and 75. RGB value is (189,168,117). Sum of RGB (Red+Green+Blue) = 189+168+117=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA875 is #42578A. Grayscale: #A8A8A8. Windows color (decimal): -4347787 or 7710909. OLE color: 7710909.

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

Color convert

RGB 189 168 117 -
CMYK 0 0.11 0.38 0.26
HSL 42.5º 0.35% 0.6% -
HSV(B) 42.5º 0.38% 0.74% -
XYZ 38.2 40.11 22.56 -
YUV 168.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 189 168 117 0 0.11 0.38 0.26 42.5 0.35 0.6
Hex BD A8 75 0 B 26 1A 2A 23 3C
Octal 275 250 165 0 13 46 32 52 43 74
Binary 10111101 10101000 1110101 0 1011 100110 11010 101010 100011 111100

Color Harmonies of #BDA875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA875

Black with #BDA875

Text Example


Text Example

White with #BDA875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA875; }

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

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

background-color css

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

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

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

border-color css

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

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

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