Html Css Color HEX #BDA878 Ecru

📋 copy color: '#BDA878'

red 189 ◦ green 168 ◦ blue 120

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

Shades of Ecru #BDA878

Tints of Ecru #BDA878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.16%

R = 39.62%
G = 35.22%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDA878 (or 0xBDA878) is known color: Ecru. HEX triplet: BD, A8 and 78. RGB value is (189,168,120). Sum of RGB (Red+Green+Blue) = 189+168+120=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA878 is #425787. Grayscale: #A9A9A9. Windows color (decimal): -4347784 or 7907517. OLE color: 7907517.

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

Color convert

RGB 189 168 120 -
CMYK 0 0.11 0.37 0.26
HSL 41.74º 0.34% 0.61% -
HSV(B) 41.74º 0.37% 0.74% -
XYZ 38.38 40.18 23.5 -
YUV 168.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 189 168 120 0 0.11 0.37 0.26 41.74 0.34 0.61
Hex BD A8 78 0 B 25 1A 2A 22 3D
Octal 275 250 170 0 13 45 32 52 42 75
Binary 10111101 10101000 1111000 0 1011 100101 11010 101010 100010 111101

Color Harmonies of #BDA878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA878

Black with #BDA878

Text Example


Text Example

White with #BDA878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA878; }

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

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

background-color css

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

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

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

border-color css

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

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

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