#BDA372

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

Shades of Fallow #BDA372

Tints of Fallow #BDA372

Color information

#BDA372 (or 0xBDA372) is unknown color: approx Fallow. HEX triplet: BD, A3 and 72. RGB value is (189,163,114). Sum of RGB (Red+Green+Blue) = 189+163+114=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA372 is #425C8D. Grayscale: #A5A5A5. Windows color (decimal): -4349070 or 7513021. OLE color: 7513021.

HSL color Cylindrical-coordinate representation of color #BDA372: hue angle of 39.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDA372 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189163114-
CMYK00.140.400.26
HSL39.2º36.23%59.41%-
HSV(B)39.2º39.68%74.12%-
XYZ37.1238.2321.34-
YUV165.1999.11144.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 163 (64.06% from 255) = 34.98%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=40.56%
G=34.98%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916311400.140.400.2639.236.2359.41
HexBDA3720E281A27243b
Octal2752431620165032474473
Binary101111011010001111100100111010100011010100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA372; }

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

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

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

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

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

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

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

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