#BDB278

Color #BDB278 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BDB278

Tints of Ecru #BDB278

Color information

#BDB278 (or 0xBDB278) is unknown color: approx Ecru. HEX triplet: BD, B2 and 78. RGB value is (189,178,120). Sum of RGB (Red+Green+Blue) = 189+178+120=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB278 is #424D87. Grayscale: #AEAEAE. Windows color (decimal): -4345224 or 7910077. OLE color: 7910077.

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

Color convert

RGB189178120-
CMYK00.060.370.26
HSL50.43º34.33%60.59%-
HSV(B)50.43º36.51%74.12%-
XYZ40.344.0224.14-
YUV174.6897.14138.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 178 (69.92% from 255) = 36.55%
BLUE value IS 120 (47.27% from 255) = 24.64%
R=38.81%
G=36.55%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917812000.060.370.2650.4334.3360.59
HexBDB27806251A32223d
Octal275262170064532624275
Binary10111101101100101111000011010010111010110010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB278; }

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

 H1.HeaderClassName
 {
   color: #BDB278;
 }
 .AnyTagClassName
 {
   color: #BDB278;
 }
</style>
background-color css

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

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

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

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

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

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