#BDA375

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

Shades of Fallow #BDA375

Tints of Fallow #BDA375

Color information

#BDA375 (or 0xBDA375) is unknown color: approx Fallow. HEX triplet: BD, A3 and 75. RGB value is (189,163,117). Sum of RGB (Red+Green+Blue) = 189+163+117=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA375 is #425C8A. Grayscale: #A5A5A5. Windows color (decimal): -4349067 or 7709629. OLE color: 7709629.

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

Color convert

RGB189163117-
CMYK00.140.380.26
HSL38.33º35.29%60%-
HSV(B)38.33º38.1%74.12%-
XYZ37.2938.322.26-
YUV165.53100.61144.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=40.30%
G=34.75%
B=24.95%

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
Decimal18916311700.140.380.2638.3335.2960
HexBDA3750E261A26233c
Octal2752431650164632464374
Binary101111011010001111101010111010011011010100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA375; }

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

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

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

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

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

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

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

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