Html Css Color HEX #BDAD75 Ecru

📋 copy color: '#BDAD75'

red 189 ◦ green 173 ◦ blue 117

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

Shades of Ecru #BDAD75

Tints of Ecru #BDAD75

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.12%

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

R = 39.46%
G = 36.12%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDAD75 (or 0xBDAD75) is known color: Ecru. HEX triplet: BD, AD and 75. RGB value is (189,173,117). Sum of RGB (Red+Green+Blue) = 189+173+117=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD75 is #42528A. Grayscale: #ABABAB. Windows color (decimal): -4346507 or 7712189. OLE color: 7712189.

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

Color convert

RGB 189 173 117 -
CMYK 0 0.08 0.38 0.26
HSL 46.67º 0.35% 0.6% -
HSV(B) 46.67º 0.38% 0.74% -
XYZ 39.14 41.99 22.87 -
YUV 171.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 189 173 117 0 0.08 0.38 0.26 46.67 0.35 0.6
Hex BD AD 75 0 8 26 1A 2F 23 3C
Octal 275 255 165 0 10 46 32 57 43 74
Binary 10111101 10101101 1110101 0 1000 100110 11010 101111 100011 111100

Color Harmonies of #BDAD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD75

Black with #BDAD75

Text Example


Text Example

White with #BDAD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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