#BDA272

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

Shades of Fallow #BDA272

Tints of Fallow #BDA272

Color information

#BDA272 (or 0xBDA272) is unknown color: approx Fallow. HEX triplet: BD, A2 and 72. RGB value is (189,162,114). Sum of RGB (Red+Green+Blue) = 189+162+114=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA272 is #425D8D. Grayscale: #A4A4A4. Windows color (decimal): -4349326 or 7512765. OLE color: 7512765.

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

Color convert

RGB189162114-
CMYK00.140.400.26
HSL38.4º36.23%59.41%-
HSV(B)38.4º39.68%74.12%-
XYZ36.9437.8721.28-
YUV164.699.45145.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 114 (44.92% from 255) = 24.52%
R=40.65%
G=34.84%
B=24.52%

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
Decimal18916211400.140.400.2638.436.2359.41
HexBDA2720E281A26243b
Octal2752421620165032464473
Binary101111011010001011100100111010100011010100110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA272; }

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

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

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

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

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

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

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

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