#BD926D

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

Shades of Fallow #BD926D

Tints of Fallow #BD926D

Color information

#BD926D (or 0xBD926D) is unknown color: approx Fallow. HEX triplet: BD, 92 and 6D. RGB value is (189,146,109). Sum of RGB (Red+Green+Blue) = 189+146+109=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD926D is #426D92. Grayscale: #9A9A9A. Windows color (decimal): -4353427 or 7180989. OLE color: 7180989.

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

Color convert

RGB189146109-
CMYK00.230.420.26
HSL27.75º37.74%58.43%-
HSV(B)27.75º42.33%74.12%-
XYZ34.0332.4818.94-
YUV154.64102.25152.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=42.57%
G=32.88%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914610900.230.420.2627.7537.7458.43
HexBD926D0172A1A1c263a
Octal2752221550275232344672
Binary101111011001001011011010101111010101101011100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD926D; }

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

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

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

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

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

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

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

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