#BD946D

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

Shades of Fallow #BD946D

Tints of Fallow #BD946D

Color information

#BD946D (or 0xBD946D) is unknown color: approx Fallow. HEX triplet: BD, 94 and 6D. RGB value is (189,148,109). Sum of RGB (Red+Green+Blue) = 189+148+109=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD946D is #426B92. Grayscale: #9C9C9C. Windows color (decimal): -4352915 or 7181501. OLE color: 7181501.

HSL color Cylindrical-coordinate representation of color #BD946D: hue angle of 29.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD946D is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB189148109-
CMYK00.220.420.26
HSL29.25º37.74%58.43%-
HSV(B)29.25º42.33%74.12%-
XYZ34.3433.119.05-
YUV155.81101.58151.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 109 (42.97% from 255) = 24.44%
R=42.38%
G=33.18%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914810900.220.420.2629.2537.7458.43
HexBD946D0162A1A1d263a
Octal2752241550265232354672
Binary101111011001010011011010101101010101101011101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD946D; }

 p { color: rgb(189,148,109); }

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

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

 a { background-color: rgb(189,148,109); }

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

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

 span { border-color: rgb(189,148,109); }

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