#BD8D68

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

Shades of Fallow #BD8D68

Tints of Fallow #BD8D68

Color information

#BD8D68 (or 0xBD8D68) is unknown color: approx Fallow. HEX triplet: BD, 8D and 68. RGB value is (189,141,104). Sum of RGB (Red+Green+Blue) = 189+141+104=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8D68 is #427297. Grayscale: #979797. Windows color (decimal): -4354712 or 6852029. OLE color: 6852029.

HSL color Cylindrical-coordinate representation of color #BD8D68: hue angle of 26.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD8D68 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB189141104-
CMYK00.250.450.26
HSL26.12º39.17%57.45%-
HSV(B)26.12º44.97%74.12%-
XYZ33.0130.8717.32-
YUV151.13101.4155.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 104 (41.02% from 255) = 23.96%
R=43.55%
G=32.49%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914110400.250.450.2626.1239.1757.45
HexBD8D680192D1A1a2739
Octal2752151500315532324771
Binary101111011000110111010000110011011011101011010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8D68; }

 p { color: rgb(189,141,104); }

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

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

 a { background-color: rgb(189,141,104); }

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

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

 span { border-color: rgb(189,141,104); }

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