#BD8B66

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

Shades of Fallow #BD8B66

Tints of Fallow #BD8B66

Color information

#BD8B66 (or 0xBD8B66) is unknown color: approx Fallow. HEX triplet: BD, 8B and 66. RGB value is (189,139,102). Sum of RGB (Red+Green+Blue) = 189+139+102=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8B66 is #427499. Grayscale: #959595. Windows color (decimal): -4355226 or 6720445. OLE color: 6720445.

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

Color convert

RGB189139102-
CMYK00.260.460.26
HSL25.52º39.73%57.06%-
HSV(B)25.52º46.03%74.12%-
XYZ32.6230.2416.69-
YUV149.73101.06156.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 102 (40.23% from 255) = 23.72%
R=43.95%
G=32.33%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913910200.260.460.2625.5239.7357.06
HexBD8B6601A2E1A1a2839
Octal2752131460325632325071
Binary101111011000101111001100110101011101101011010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B66; }

 p { color: rgb(189,139,102); }

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

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

 a { background-color: rgb(189,139,102); }

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

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

 span { border-color: rgb(189,139,102); }

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