#BDA26C

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

Shades of Fallow #BDA26C

Tints of Fallow #BDA26C

Color information

#BDA26C (or 0xBDA26C) is unknown color: approx Fallow. HEX triplet: BD, A2 and 6C. RGB value is (189,162,108). Sum of RGB (Red+Green+Blue) = 189+162+108=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA26C is #425D93. Grayscale: #A4A4A4. Windows color (decimal): -4349332 or 7119549. OLE color: 7119549.

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

Color convert

RGB189162108-
CMYK00.140.430.26
HSL40º38.03%58.24%-
HSV(B)40º42.86%74.12%-
XYZ36.6137.7419.54-
YUV163.9296.45145.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 162 (63.67% from 255) = 35.29%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=41.18%
G=35.29%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916210800.140.430.264038.0358.24
HexBDA26C0E2B1A28263a
Octal2752421540165332504672
Binary101111011010001011011000111010101111010101000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA26C; }

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

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

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

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

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

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

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

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