#BD9C6C

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

Shades of Fallow #BD9C6C

Tints of Fallow #BD9C6C

Color information

#BD9C6C (or 0xBD9C6C) is unknown color: approx Fallow. HEX triplet: BD, 9C and 6C. RGB value is (189,156,108). Sum of RGB (Red+Green+Blue) = 189+156+108=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C6C is #426393. Grayscale: #A0A0A0. Windows color (decimal): -4350868 or 7118013. OLE color: 7118013.

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

Color convert

RGB189156108-
CMYK00.170.430.26
HSL35.56º38.03%58.24%-
HSV(B)35.56º42.86%74.12%-
XYZ35.5835.6819.2-
YUV160.3998.43148.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 156 (61.33% from 255) = 34.44%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=41.72%
G=34.44%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915610800.170.430.2635.5638.0358.24
HexBD9C6C0112B1A24263a
Octal2752341540215332444672
Binary1011110110011100110110001000110101111010100100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C6C; }

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

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

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

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

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

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

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

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