#BDA376

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

Shades of Fallow #BDA376

Tints of Fallow #BDA376

Color information

#BDA376 (or 0xBDA376) is unknown color: approx Fallow. HEX triplet: BD, A3 and 76. RGB value is (189,163,118). Sum of RGB (Red+Green+Blue) = 189+163+118=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA376 is #425C89. Grayscale: #A5A5A5. Windows color (decimal): -4349066 or 7775165. OLE color: 7775165.

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

Color convert

RGB189163118-
CMYK00.140.380.26
HSL38.03º34.98%60.2%-
HSV(B)38.03º37.57%74.12%-
XYZ37.3538.3222.57-
YUV165.64101.11144.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=40.21%
G=34.68%
B=25.11%

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
Decimal18916311800.140.380.2638.0334.9860.2
HexBDA3760E261A26233c
Octal2752431660164632464374
Binary101111011010001111101100111010011011010100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA376; }

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

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

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

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

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

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

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

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