Html Css Color HEX #BDA675 Ecru

📋 copy color: '#BDA675'

red 189 ◦ green 166 ◦ blue 117

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

Shades of Ecru #BDA675

Tints of Ecru #BDA675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.17%

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

R = 40.04%
G = 35.17%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDA675 (or 0xBDA675) is known color: Ecru. HEX triplet: BD, A6 and 75. RGB value is (189,166,117). Sum of RGB (Red+Green+Blue) = 189+166+117=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA675 is #42598A. Grayscale: #A7A7A7. Windows color (decimal): -4348299 or 7710397. OLE color: 7710397.

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

Color convert

RGB 189 166 117 -
CMYK 0 0.12 0.38 0.26
HSL 40.83º 0.35% 0.6% -
HSV(B) 40.83º 0.38% 0.74% -
XYZ 37.83 39.38 22.44 -
YUV 167.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 189 166 117 0 0.12 0.38 0.26 40.83 0.35 0.6
Hex BD A6 75 0 C 26 1A 29 23 3C
Octal 275 246 165 0 14 46 32 51 43 74
Binary 10111101 10100110 1110101 0 1100 100110 11010 101001 100011 111100

Color Harmonies of #BDA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA675

Black with #BDA675

Text Example


Text Example

White with #BDA675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA675; }

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

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

background-color css

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

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

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

border-color css

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

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

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