#BDA276

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

Shades of Fallow #BDA276

Tints of Fallow #BDA276

Color information

#BDA276 (or 0xBDA276) is unknown color: approx Fallow. HEX triplet: BD, A2 and 76. RGB value is (189,162,118). Sum of RGB (Red+Green+Blue) = 189+162+118=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA276 is #425D89. Grayscale: #A5A5A5. Windows color (decimal): -4349322 or 7774909. OLE color: 7774909.

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

Color convert

RGB189162118-
CMYK00.140.380.26
HSL37.18º34.98%60.2%-
HSV(B)37.18º37.57%74.12%-
XYZ37.1837.9722.51-
YUV165.06101.45145.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=40.30%
G=34.54%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916211800.140.380.2637.1834.9860.2
HexBDA2760E261A25233c
Octal2752421660164632454374
Binary101111011010001011101100111010011011010100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA276; }

 p { color: rgb(189,162,118); }

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

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

 a { background-color: rgb(189,162,118); }

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

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

 span { border-color: rgb(189,162,118); }

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