Html Css Color HEX #BDA775 Ecru

📋 copy color: '#BDA775'

red 189 ◦ green 167 ◦ blue 117

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

Shades of Ecru #BDA775

Tints of Ecru #BDA775

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.31%

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

R = 39.96%
G = 35.31%
B = 24.74%

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

#BDA775 (or 0xBDA775) is known color: Ecru. HEX triplet: BD, A7 and 75. RGB value is (189,167,117). Sum of RGB (Red+Green+Blue) = 189+167+117=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA775 is #42588A. Grayscale: #A8A8A8. Windows color (decimal): -4348043 or 7710653. OLE color: 7710653.

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

Color convert

RGB 189 167 117 -
CMYK 0 0.12 0.38 0.26
HSL 41.67º 0.35% 0.6% -
HSV(B) 41.67º 0.38% 0.74% -
XYZ 38.02 39.74 22.5 -
YUV 167.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 189 167 117 0 0.12 0.38 0.26 41.67 0.35 0.6
Hex BD A7 75 0 C 26 1A 2A 23 3C
Octal 275 247 165 0 14 46 32 52 43 74
Binary 10111101 10100111 1110101 0 1100 100110 11010 101010 100011 111100

Color Harmonies of #BDA775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA775

Black with #BDA775

Text Example


Text Example

White with #BDA775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA775; }

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

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

background-color css

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

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

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

border-color css

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

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

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